Html Css Color HEX #62409D Royal Purple

📋 copy color: '#62409D'

red 98 ◦ green 64 ◦ blue 157

#62409D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #62409D

Tints of Royal Purple #62409D

RGB

 RED value IS 98 (38.67% from 255) = 30.72%

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 30.72%
G = 20.06%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62409D (or 0x62409D) is known color: Royal Purple. HEX triplet: 62, 40 and 9D. RGB value is (98,64,157). Sum of RGB (Red+Green+Blue) = 98+64+157=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #62409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62409D is #9DBF62. Grayscale: #545454. Windows color (decimal): -10338147 or 10305634. OLE color: 10305634.

HSL color Cylindrical-coordinate representation of color #62409D: hue angle of 261.94º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62409D is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 64 157 -
CMYK 0.38 0.59 0 0.38
HSL 261.94º 0.42% 0.43% -
HSV(B) 261.94º 0.59% 0.62% -
XYZ 12.96 8.7 32.89 -
YUV 84.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 98 64 157 0.38 0.59 0 0.38 261.94 0.42 0.43
Hex 62 40 9D 26 3B 0 26 106 2A 2B
Octal 142 100 235 46 73 0 46 406 52 53
Binary 1100010 1000000 10011101 100110 111011 0 100110 100000110 101010 101011

Color Harmonies of #62409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62409D

Black with #62409D

Text Example


Text Example

White with #62409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62409D; }

 p { color: rgb(98,64,157); }

 H1.HeaderClassName
 {
   color: #62409D;
 }
 .AnyTagClassName
 {
   color: #62409D;
 }
</style>

background-color css

<style>
 a { background-color: #62409D; }

 a { background-color: rgb(98,64,157); }

 div.DivClassName
 {
   background-color: #62409D;
 }
 .BgClassName
 {
   background-color: #62409D;
 }
</style>

border-color css

<style>
 span { border-color: #62409D; }

 span { border-color: rgb(98,64,157); }

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