#68388F

Color #68388F Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #68388F

Tints of Royal Purple #68388F

Color information

#68388F (or 0x68388F) is unknown color: approx Royal Purple. HEX triplet: 68, 38 and 8F. RGB value is (104,56,143). Sum of RGB (Red+Green+Blue) = 104+56+143=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #68388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68388F is #97C770. Grayscale: #4F4F4F. Windows color (decimal): -9946993 or 9386088. OLE color: 9386088.

HSL color Cylindrical-coordinate representation of color #68388F: hue angle of 273.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68388F is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10456143-
CMYK0.270.6100.44
HSL273.1º43.72%39.02%-
HSV(B)273.1º60.84%56.08%-
XYZ12.087.7526.85-
YUV80.27163.4144.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=34.32%
G=18.48%
B=47.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104561430.270.6100.44273.143.7239.02
Hex68388F1B3D02C1112c27
Octal1507021733750544215447
Binary110100011100010001111110111111010101100100010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68388F; }

 p { color: rgb(104,56,143); }

 H1.HeaderClassName
 {
   color: #68388F;
 }
 .AnyTagClassName
 {
   color: #68388F;
 }
</style>
background-color css

<style>
 a { background-color: #68388F; }

 a { background-color: rgb(104,56,143); }

 div.DivClassName
 {
   background-color: #68388F;
 }
 .BgClassName
 {
   background-color: #68388F;
 }
</style>
border-color css

<style>
 span { border-color: #68388F; }

 span { border-color: rgb(104,56,143); }

 td.TdClassName
 {
   border-color: #68388F;
 }
 .TagClassName
 {
   border-color: #68388F;
 }
</style>