#62309C

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

Shades of Royal Purple #62309C

Tints of Royal Purple #62309C

Color information

#62309C (or 0x62309C) is unknown color: approx Royal Purple. HEX triplet: 62, 30 and 9C. RGB value is (98,48,156). Sum of RGB (Red+Green+Blue) = 98+48+156=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #62309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62309C is #9DCF63. Grayscale: #4A4A4A. Windows color (decimal): -10342244 or 10236002. OLE color: 10236002.

HSL color Cylindrical-coordinate representation of color #62309C: hue angle of 267.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62309C is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9848156-
CMYK0.370.6900.39
HSL267.78º52.94%40%-
HSV(B)267.78º69.23%61.18%-
XYZ12.097.1132.19-
YUV75.26173.56144.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=32.45%
G=15.89%
B=51.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98481560.370.6900.39267.7852.9440
Hex62309C254502710c3528
Octal14260234451050474146550
Binary11000101100001001110010010110001010100111100001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62309C; }

 p { color: rgb(98,48,156); }

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

<style>
 a { background-color: #62309C; }

 a { background-color: rgb(98,48,156); }

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

<style>
 span { border-color: #62309C; }

 span { border-color: rgb(98,48,156); }

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