Html Css Color HEX #62429D Royal Purple

📋 copy color: '#62429D'

red 98 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #62429D

Tints of Royal Purple #62429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

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

R = 30.53%
G = 20.56%
B = 48.91%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62429D (or 0x62429D) is known color: Royal Purple. HEX triplet: 62, 42 and 9D. RGB value is (98,66,157). Sum of RGB (Red+Green+Blue) = 98+66+157=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #62429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62429D is #9DBD62. Grayscale: #555555. Windows color (decimal): -10337635 or 10306146. OLE color: 10306146.

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

Color convert

RGB 98 66 157 -
CMYK 0.38 0.58 0 0.38
HSL 261.1º 0.41% 0.44% -
HSV(B) 261.1º 0.58% 0.62% -
XYZ 13.07 8.93 32.93 -
YUV 85.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 98 66 157 0.38 0.58 0 0.38 261.1 0.41 0.44
Hex 62 42 9D 26 3A 0 26 105 29 2C
Octal 142 102 235 46 72 0 46 405 51 54
Binary 1100010 1000010 10011101 100110 111010 0 100110 100000101 101001 101100

Color Harmonies of #62429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62429D

Black with #62429D

Text Example


Text Example

White with #62429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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