Html Css Color HEX #64259D Royal Purple

📋 copy color: '#64259D'

red 100 ◦ green 37 ◦ blue 157

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

Shades of Royal Purple #64259D

Tints of Royal Purple #64259D

RGB

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

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

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

R = 34.01%
G = 12.59%
B = 53.4%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64259D (or 0x64259D) is known color: Royal Purple. HEX triplet: 64, 25 and 9D. RGB value is (100,37,157). Sum of RGB (Red+Green+Blue) = 100+37+157=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #64259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64259D is #9BDA62. Grayscale: #454545. Windows color (decimal): -10213987 or 10298724. OLE color: 10298724.

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

Color convert

RGB 100 37 157 -
CMYK 0.36 0.76 0 0.38
HSL 271.5º 0.62% 0.38% -
HSV(B) 271.5º 0.76% 0.62% -
XYZ 12 6.47 32.51 -
YUV 69.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 100 37 157 0.36 0.76 0 0.38 271.5 0.62 0.38
Hex 64 25 9D 24 4C 0 26 110 3E 26
Octal 144 45 235 44 114 0 46 420 76 46
Binary 1100100 100101 10011101 100100 1001100 0 100110 100010000 111110 100110

Color Harmonies of #64259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64259D

Black with #64259D

Text Example


Text Example

White with #64259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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