Html Css Color HEX #642599 Royal Purple

📋 copy color: '#642599'

red 100 ◦ green 37 ◦ blue 153

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

Shades of Royal Purple #642599

Tints of Royal Purple #642599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 34.48%
G = 12.76%
B = 52.76%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642599 (or 0x642599) is known color: Royal Purple. HEX triplet: 64, 25 and 99. RGB value is (100,37,153). Sum of RGB (Red+Green+Blue) = 100+37+153=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #642599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642599 is #9BDA66. Grayscale: #444444. Windows color (decimal): -10213991 or 10036580. OLE color: 10036580.

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

Color convert

RGB 100 37 153 -
CMYK 0.35 0.76 0 0.4
HSL 272.59º 0.61% 0.37% -
HSV(B) 272.59º 0.76% 0.6% -
XYZ 11.67 6.33 30.74 -
YUV 69.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 100 37 153 0.35 0.76 0 0.4 272.59 0.61 0.37
Hex 64 25 99 23 4C 0 28 111 3D 25
Octal 144 45 231 43 114 0 50 421 75 45
Binary 1100100 100101 10011001 100011 1001100 0 101000 100010001 111101 100101

Color Harmonies of #642599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642599

Black with #642599

Text Example


Text Example

White with #642599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642599; }

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

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

background-color css

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

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

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

border-color css

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

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

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