Html Css Color HEX #64259F Royal Purple

📋 copy color: '#64259F'

red 100 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #64259F

Tints of Royal Purple #64259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 33.78%
G = 12.5%
B = 53.72%

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

#64259F (or 0x64259F) is known color: Royal Purple. HEX triplet: 64, 25 and 9F. RGB value is (100,37,159). Sum of RGB (Red+Green+Blue) = 100+37+159=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #64259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64259F is #9BDA60. Grayscale: #454545. Windows color (decimal): -10213985 or 10429796. OLE color: 10429796.

HSL color Cylindrical-coordinate representation of color #64259F: hue angle of 270.98º 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 #64259F is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 37 159 -
CMYK 0.37 0.77 0 0.38
HSL 270.98º 0.62% 0.38% -
HSV(B) 270.98º 0.77% 0.62% -
XYZ 12.18 6.54 33.42 -
YUV 69.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 100 37 159 0.37 0.77 0 0.38 270.98 0.62 0.38
Hex 64 25 9F 25 4D 0 26 10F 3E 26
Octal 144 45 237 45 115 0 46 417 76 46
Binary 1100100 100101 10011111 100101 1001101 0 100110 100001111 111110 100110

Color Harmonies of #64259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64259F

Black with #64259F

Text Example


Text Example

White with #64259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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