Html Css Color HEX #64279E Royal Purple

📋 copy color: '#64279E'

red 100 ◦ green 39 ◦ blue 158

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

Shades of Royal Purple #64279E

Tints of Royal Purple #64279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 33.67%
G = 13.13%
B = 53.2%

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

#64279E (or 0x64279E) is known color: Royal Purple. HEX triplet: 64, 27 and 9E. RGB value is (100,39,158). Sum of RGB (Red+Green+Blue) = 100+39+158=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #64279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64279E is #9BD861. Grayscale: #464646. Windows color (decimal): -10213474 or 10364772. OLE color: 10364772.

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

Color convert

RGB 100 39 158 -
CMYK 0.37 0.75 0 0.38
HSL 270.76º 0.6% 0.39% -
HSV(B) 270.76º 0.75% 0.62% -
XYZ 12.15 6.63 32.99 -
YUV 70.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 100 39 158 0.37 0.75 0 0.38 270.76 0.6 0.39
Hex 64 27 9E 25 4B 0 26 10F 3C 27
Octal 144 47 236 45 113 0 46 417 74 47
Binary 1100100 100111 10011110 100101 1001011 0 100110 100001111 111100 100111

Color Harmonies of #64279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64279E

Black with #64279E

Text Example


Text Example

White with #64279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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