#68419B

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

Shades of Royal Purple #68419B

Tints of Royal Purple #68419B

Color information

#68419B (or 0x68419B) is unknown color: approx Royal Purple. HEX triplet: 68, 41 and 9B. RGB value is (104,65,155). Sum of RGB (Red+Green+Blue) = 104+65+155=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #68419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68419B is #97BE64. Grayscale: #565656. Windows color (decimal): -9944677 or 10174824. OLE color: 10174824.

HSL color Cylindrical-coordinate representation of color #68419B: hue angle of 266º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68419B is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10465155-
CMYK0.330.5800.39
HSL266º40.91%43.14%-
HSV(B)266º58.06%60.78%-
XYZ13.529.0932.05-
YUV86.92166.42140.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=32.10%
G=20.06%
B=47.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104651550.330.5800.3926640.9143.14
Hex68419B213A02710a292b
Octal15010123341720474125153
Binary11010001000001100110111000011110100100111100001010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68419B; }

 p { color: rgb(104,65,155); }

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

<style>
 a { background-color: #68419B; }

 a { background-color: rgb(104,65,155); }

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

<style>
 span { border-color: #68419B; }

 span { border-color: rgb(104,65,155); }

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