Html Css Color HEX #642198 Royal Purple

📋 copy color: '#642198'

red 100 ◦ green 33 ◦ blue 152

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

Shades of Royal Purple #642198

Tints of Royal Purple #642198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 35.09%
G = 11.58%
B = 53.33%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#642198 (or 0x642198) is known color: Royal Purple. HEX triplet: 64, 21 and 98. RGB value is (100,33,152). Sum of RGB (Red+Green+Blue) = 100+33+152=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #642198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642198 is #9BDE67. Grayscale: #424242. Windows color (decimal): -10215016 or 9970020. OLE color: 9970020.

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

Color convert

RGB 100 33 152 -
CMYK 0.34 0.78 0 0.40
HSL 273.78º 0.64% 0.36% -
HSV(B) 273.78º 0.78% 0.6% -
XYZ 11.47 6.06 30.27 -
YUV 66.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 100 33 152 0.34 0.78 0 0.40 273.78 0.64 0.36
Hex 64 21 98 22 4E 0 28 112 40 24
Octal 144 41 230 42 116 0 50 422 100 44
Binary 1100100 100001 10011000 100010 1001110 0 101000 100010010 1000000 100100

Color Harmonies of #642198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642198

Black with #642198

Text Example


Text Example

White with #642198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642198; }

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

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

background-color css

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

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

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

border-color css

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

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

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