Html Css Color HEX #642197 Royal Purple

📋 copy color: '#642197'

red 100 ◦ green 33 ◦ blue 151

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

Shades of Royal Purple #642197

Tints of Royal Purple #642197

RGB

 RED value IS 100 (39.45% from 255) = 35.21%

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 35.21%
G = 11.62%
B = 53.17%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642197 (or 0x642197) is known color: Royal Purple. HEX triplet: 64, 21 and 97. RGB value is (100,33,151). Sum of RGB (Red+Green+Blue) = 100+33+151=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #642197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642197 is #9BDE68. Grayscale: #424242. Windows color (decimal): -10215017 or 9904484. OLE color: 9904484.

HSL color Cylindrical-coordinate representation of color #642197: hue angle of 274.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642197 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 33 151 -
CMYK 0.34 0.78 0 0.41
HSL 274.07º 0.64% 0.36% -
HSV(B) 274.07º 0.78% 0.59% -
XYZ 11.39 6.03 29.84 -
YUV 66.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 100 33 151 0.34 0.78 0 0.41 274.07 0.64 0.36
Hex 64 21 97 22 4E 0 29 112 40 24
Octal 144 41 227 42 116 0 51 422 100 44
Binary 1100100 100001 10010111 100010 1001110 0 101001 100010010 1000000 100100

Color Harmonies of #642197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642197

Black with #642197

Text Example


Text Example

White with #642197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642197; }

 p { color: rgb(100,33,151); }

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

background-color css

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

 a { background-color: rgb(100,33,151); }

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

border-color css

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

 span { border-color: rgb(100,33,151); }

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