Html Css Color HEX #64289E Royal Purple

📋 copy color: '#64289E'

red 100 ◦ green 40 ◦ blue 158

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

Shades of Royal Purple #64289E

Tints of Royal Purple #64289E

RGB

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

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

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

R = 33.56%
G = 13.42%
B = 53.02%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64289E (or 0x64289E) is known color: Royal Purple. HEX triplet: 64, 28 and 9E. RGB value is (100,40,158). Sum of RGB (Red+Green+Blue) = 100+40+158=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #64289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64289E is #9BD761. Grayscale: #464646. Windows color (decimal): -10213218 or 10365028. OLE color: 10365028.

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

Color convert

RGB 100 40 158 -
CMYK 0.37 0.75 0 0.38
HSL 270.51º 0.6% 0.39% -
HSV(B) 270.51º 0.75% 0.62% -
XYZ 12.19 6.7 33 -
YUV 71.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 100 40 158 0.37 0.75 0 0.38 270.51 0.6 0.39
Hex 64 28 9E 25 4B 0 26 10F 3C 27
Octal 144 50 236 45 113 0 46 417 74 47
Binary 1100100 101000 10011110 100101 1001011 0 100110 100001111 111100 100111

Color Harmonies of #64289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64289E

Black with #64289E

Text Example


Text Example

White with #64289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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