Html Css Color HEX #642299 Royal Purple

📋 copy color: '#642299'

red 100 ◦ green 34 ◦ blue 153

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

Shades of Royal Purple #642299

Tints of Royal Purple #642299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 34.84%
G = 11.85%
B = 53.31%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642299 (or 0x642299) is known color: Royal Purple. HEX triplet: 64, 22 and 99. RGB value is (100,34,153). Sum of RGB (Red+Green+Blue) = 100+34+153=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #642299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642299 is #9BDD66. Grayscale: #424242. Windows color (decimal): -10214759 or 10035812. OLE color: 10035812.

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

Color convert

RGB 100 34 153 -
CMYK 0.35 0.78 0 0.4
HSL 273.28º 0.64% 0.37% -
HSV(B) 273.28º 0.78% 0.6% -
XYZ 11.58 6.15 30.71 -
YUV 67.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 100 34 153 0.35 0.78 0 0.4 273.28 0.64 0.37
Hex 64 22 99 23 4E 0 28 111 40 25
Octal 144 42 231 43 116 0 50 421 100 45
Binary 1100100 100010 10011001 100011 1001110 0 101000 100010001 1000000 100101

Color Harmonies of #642299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642299

Black with #642299

Text Example


Text Example

White with #642299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642299; }

 p { color: rgb(100,34,153); }

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

background-color css

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

 a { background-color: rgb(100,34,153); }

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

border-color css

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

 span { border-color: rgb(100,34,153); }

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