Html Css Color HEX #64259E Royal Purple

📋 copy color: '#64259E'

red 100 ◦ green 37 ◦ blue 158

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

Shades of Royal Purple #64259E

Tints of Royal Purple #64259E

RGB

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

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

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

R = 33.9%
G = 12.54%
B = 53.56%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64259E (or 0x64259E) is known color: Royal Purple. HEX triplet: 64, 25 and 9E. RGB value is (100,37,158). Sum of RGB (Red+Green+Blue) = 100+37+158=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #64259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64259E is #9BDA61. Grayscale: #454545. Windows color (decimal): -10213986 or 10364260. OLE color: 10364260.

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

Color convert

RGB 100 37 158 -
CMYK 0.37 0.77 0 0.38
HSL 271.24º 0.62% 0.38% -
HSV(B) 271.24º 0.77% 0.62% -
XYZ 12.09 6.5 32.97 -
YUV 69.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 100 37 158 0.37 0.77 0 0.38 271.24 0.62 0.38
Hex 64 25 9E 25 4D 0 26 10F 3E 26
Octal 144 45 236 45 115 0 46 417 76 46
Binary 1100100 100101 10011110 100101 1001101 0 100110 100001111 111110 100110

Color Harmonies of #64259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64259E

Black with #64259E

Text Example


Text Example

White with #64259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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