Html Css Color HEX #64289A Royal Purple

📋 copy color: '#64289A'

red 100 ◦ green 40 ◦ blue 154

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

Shades of Royal Purple #64289A

Tints of Royal Purple #64289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 34.01%
G = 13.61%
B = 52.38%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64289A (or 0x64289A) is known color: Royal Purple. HEX triplet: 64, 28 and 9A. RGB value is (100,40,154). Sum of RGB (Red+Green+Blue) = 100+40+154=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #64289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64289A is #9BD765. Grayscale: #464646. Windows color (decimal): -10213222 or 10102884. OLE color: 10102884.

HSL color Cylindrical-coordinate representation of color #64289A: hue angle of 271.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64289A is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 40 154 -
CMYK 0.35 0.74 0 0.40
HSL 271.58º 0.59% 0.38% -
HSV(B) 271.58º 0.74% 0.6% -
XYZ 11.85 6.56 31.21 -
YUV 70.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 100 40 154 0.35 0.74 0 0.40 271.58 0.59 0.38
Hex 64 28 9A 23 4A 0 28 110 3B 26
Octal 144 50 232 43 112 0 50 420 73 46
Binary 1100100 101000 10011010 100011 1001010 0 101000 100010000 111011 100110

Color Harmonies of #64289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64289A

Black with #64289A

Text Example


Text Example

White with #64289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64289A; }

 p { color: rgb(100,40,154); }

 H1.HeaderClassName
 {
   color: #64289A;
 }
 .AnyTagClassName
 {
   color: #64289A;
 }
</style>

background-color css

<style>
 a { background-color: #64289A; }

 a { background-color: rgb(100,40,154); }

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

border-color css

<style>
 span { border-color: #64289A; }

 span { border-color: rgb(100,40,154); }

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