Html Css Color HEX #64259B Royal Purple

📋 copy color: '#64259B'

red 100 ◦ green 37 ◦ blue 155

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

Shades of Royal Purple #64259B

Tints of Royal Purple #64259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 34.25%
G = 12.67%
B = 53.08%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64259B (or 0x64259B) is known color: Royal Purple. HEX triplet: 64, 25 and 9B. RGB value is (100,37,155). Sum of RGB (Red+Green+Blue) = 100+37+155=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #64259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64259B is #9BDA64. Grayscale: #444444. Windows color (decimal): -10213989 or 10167652. OLE color: 10167652.

HSL color Cylindrical-coordinate representation of color #64259B: hue angle of 272.03º degrees, saturation: 0.61, 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 #64259B is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 37 155 -
CMYK 0.35 0.76 0 0.39
HSL 272.03º 0.61% 0.38% -
HSV(B) 272.03º 0.76% 0.61% -
XYZ 11.83 6.4 31.62 -
YUV 69.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 100 37 155 0.35 0.76 0 0.39 272.03 0.61 0.38
Hex 64 25 9B 23 4C 0 27 110 3D 26
Octal 144 45 233 43 114 0 47 420 75 46
Binary 1100100 100101 10011011 100011 1001100 0 100111 100010000 111101 100110

Color Harmonies of #64259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64259B

Black with #64259B

Text Example


Text Example

White with #64259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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