Html Css Color HEX #64279D Royal Purple

📋 copy color: '#64279D'

red 100 ◦ green 39 ◦ blue 157

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

Shades of Royal Purple #64279D

Tints of Royal Purple #64279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 33.78%
G = 13.18%
B = 53.04%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64279D (or 0x64279D) is known color: Royal Purple. HEX triplet: 64, 27 and 9D. RGB value is (100,39,157). Sum of RGB (Red+Green+Blue) = 100+39+157=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #64279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64279D is #9BD862. Grayscale: #464646. Windows color (decimal): -10213475 or 10299236. OLE color: 10299236.

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

Color convert

RGB 100 39 157 -
CMYK 0.36 0.75 0 0.38
HSL 271.02º 0.6% 0.38% -
HSV(B) 271.02º 0.75% 0.62% -
XYZ 12.07 6.59 32.54 -
YUV 70.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 100 39 157 0.36 0.75 0 0.38 271.02 0.6 0.38
Hex 64 27 9D 24 4B 0 26 10F 3C 26
Octal 144 47 235 44 113 0 46 417 74 46
Binary 1100100 100111 10011101 100100 1001011 0 100110 100001111 111100 100110

Color Harmonies of #64279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64279D

Black with #64279D

Text Example


Text Example

White with #64279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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