Html Css Color HEX #64259C Royal Purple

📋 copy color: '#64259C'

red 100 ◦ green 37 ◦ blue 156

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

Shades of Royal Purple #64259C

Tints of Royal Purple #64259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 34.13%
G = 12.63%
B = 53.24%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64259C (or 0x64259C) is known color: Royal Purple. HEX triplet: 64, 25 and 9C. RGB value is (100,37,156). Sum of RGB (Red+Green+Blue) = 100+37+156=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #64259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64259C is #9BDA63. Grayscale: #444444. Windows color (decimal): -10213988 or 10233188. OLE color: 10233188.

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

Color convert

RGB 100 37 156 -
CMYK 0.36 0.76 0 0.39
HSL 271.76º 0.62% 0.38% -
HSV(B) 271.76º 0.76% 0.61% -
XYZ 11.92 6.43 32.07 -
YUV 69.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 100 37 156 0.36 0.76 0 0.39 271.76 0.62 0.38
Hex 64 25 9C 24 4C 0 27 110 3E 26
Octal 144 45 234 44 114 0 47 420 76 46
Binary 1100100 100101 10011100 100100 1001100 0 100111 100010000 111110 100110

Color Harmonies of #64259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64259C

Black with #64259C

Text Example


Text Example

White with #64259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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