#62379B

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

Shades of Royal Purple #62379B

Tints of Royal Purple #62379B

Color information

#62379B (or 0x62379B) is unknown color: approx Royal Purple. HEX triplet: 62, 37 and 9B. RGB value is (98,55,155). Sum of RGB (Red+Green+Blue) = 98+55+155=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #62379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62379B is #9DC864. Grayscale: #4E4E4E. Windows color (decimal): -10340453 or 10172258. OLE color: 10172258.

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

Color convert

RGB9855155-
CMYK0.370.6500.39
HSL265.8º47.62%41.18%-
HSV(B)265.8º64.52%60.78%-
XYZ12.327.731.85-
YUV79.26170.75141.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=31.82%
G=17.86%
B=50.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98551550.370.6500.39265.847.6241.18
Hex62379B254102710a3029
Octal14267233451010474126051
Binary11000101101111001101110010110000010100111100001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,55,155); }

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

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

 a { background-color: rgb(98,55,155); }

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

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

 span { border-color: rgb(98,55,155); }

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