Html Css Color HEX #64279F Royal Purple

📋 copy color: '#64279F'

red 100 ◦ green 39 ◦ blue 159

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

Shades of Royal Purple #64279F

Tints of Royal Purple #64279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 33.56%
G = 13.09%
B = 53.36%

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

#64279F (or 0x64279F) is known color: Royal Purple. HEX triplet: 64, 27 and 9F. RGB value is (100,39,159). Sum of RGB (Red+Green+Blue) = 100+39+159=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #64279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64279F is #9BD860. Grayscale: #464646. Windows color (decimal): -10213473 or 10430308. OLE color: 10430308.

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

Color convert

RGB 100 39 159 -
CMYK 0.37 0.75 0 0.38
HSL 270.5º 0.61% 0.39% -
HSV(B) 270.5º 0.75% 0.62% -
XYZ 12.24 6.66 33.44 -
YUV 70.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 100 39 159 0.37 0.75 0 0.38 270.5 0.61 0.39
Hex 64 27 9F 25 4B 0 26 10E 3D 27
Octal 144 47 237 45 113 0 46 416 75 47
Binary 1100100 100111 10011111 100101 1001011 0 100110 100001110 111101 100111

Color Harmonies of #64279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64279F

Black with #64279F

Text Example


Text Example

White with #64279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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