Html Css Color HEX #64299D Royal Purple

📋 copy color: '#64299D'

red 100 ◦ green 41 ◦ blue 157

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

Shades of Royal Purple #64299D

Tints of Royal Purple #64299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 33.56%
G = 13.76%
B = 52.68%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64299D (or 0x64299D) is known color: Royal Purple. HEX triplet: 64, 29 and 9D. RGB value is (100,41,157). Sum of RGB (Red+Green+Blue) = 100+41+157=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #64299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64299D is #9BD662. Grayscale: #474747. Windows color (decimal): -10212963 or 10299748. OLE color: 10299748.

HSL color Cylindrical-coordinate representation of color #64299D: hue angle of 270.52º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64299D is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 41 157 -
CMYK 0.36 0.74 0 0.38
HSL 270.52º 0.59% 0.39% -
HSV(B) 270.52º 0.74% 0.62% -
XYZ 12.13 6.73 32.56 -
YUV 71.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 100 41 157 0.36 0.74 0 0.38 270.52 0.59 0.39
Hex 64 29 9D 24 4A 0 26 10F 3B 27
Octal 144 51 235 44 112 0 46 417 73 47
Binary 1100100 101001 10011101 100100 1001010 0 100110 100001111 111011 100111

Color Harmonies of #64299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64299D

Black with #64299D

Text Example


Text Example

White with #64299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64299D; }

 p { color: rgb(100,41,157); }

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

background-color css

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

 a { background-color: rgb(100,41,157); }

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

border-color css

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

 span { border-color: rgb(100,41,157); }

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