Html Css Color HEX #642799 Royal Purple

📋 copy color: '#642799'

red 100 ◦ green 39 ◦ blue 153

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

Shades of Royal Purple #642799

Tints of Royal Purple #642799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 34.25%
G = 13.36%
B = 52.4%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642799 (or 0x642799) is known color: Royal Purple. HEX triplet: 64, 27 and 99. RGB value is (100,39,153). Sum of RGB (Red+Green+Blue) = 100+39+153=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #642799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642799 is #9BD866. Grayscale: #454545. Windows color (decimal): -10213479 or 10037092. OLE color: 10037092.

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

Color convert

RGB 100 39 153 -
CMYK 0.35 0.75 0 0.4
HSL 272.11º 0.59% 0.38% -
HSV(B) 272.11º 0.75% 0.6% -
XYZ 11.73 6.46 30.77 -
YUV 70.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 100 39 153 0.35 0.75 0 0.4 272.11 0.59 0.38
Hex 64 27 99 23 4B 0 28 110 3B 26
Octal 144 47 231 43 113 0 50 420 73 46
Binary 1100100 100111 10011001 100011 1001011 0 101000 100010000 111011 100110

Color Harmonies of #642799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642799

Black with #642799

Text Example


Text Example

White with #642799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642799; }

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

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

background-color css

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

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

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

border-color css

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

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

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