Html Css Color HEX #64329E Royal Purple

📋 copy color: '#64329E'

red 100 ◦ green 50 ◦ blue 158

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

Shades of Royal Purple #64329E

Tints of Royal Purple #64329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 32.47%
G = 16.23%
B = 51.3%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64329E (or 0x64329E) is known color: Royal Purple. HEX triplet: 64, 32 and 9E. RGB value is (100,50,158). Sum of RGB (Red+Green+Blue) = 100+50+158=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #64329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64329E is #9BCD61. Grayscale: #4C4C4C. Windows color (decimal): -10210658 or 10367588. OLE color: 10367588.

HSL color Cylindrical-coordinate representation of color #64329E: hue angle of 267.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64329E is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 50 158 -
CMYK 0.37 0.68 0 0.38
HSL 267.78º 0.52% 0.41% -
HSV(B) 267.78º 0.68% 0.62% -
XYZ 12.57 7.46 33.13 -
YUV 77.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 100 50 158 0.37 0.68 0 0.38 267.78 0.52 0.41
Hex 64 32 9E 25 44 0 26 10C 34 29
Octal 144 62 236 45 104 0 46 414 64 51
Binary 1100100 110010 10011110 100101 1000100 0 100110 100001100 110100 101001

Color Harmonies of #64329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64329E

Black with #64329E

Text Example


Text Example

White with #64329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64329E; }

 p { color: rgb(100,50,158); }

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

background-color css

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

 a { background-color: rgb(100,50,158); }

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

border-color css

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

 span { border-color: rgb(100,50,158); }

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