Html Css Color HEX #64219F Royal Purple

📋 copy color: '#64219F'

red 100 ◦ green 33 ◦ blue 159

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

Shades of Royal Purple #64219F

Tints of Royal Purple #64219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 34.25%
G = 11.3%
B = 54.45%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64219F (or 0x64219F) is known color: Royal Purple. HEX triplet: 64, 21 and 9F. RGB value is (100,33,159). Sum of RGB (Red+Green+Blue) = 100+33+159=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #64219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64219F is #9BDE60. Grayscale: #424242. Windows color (decimal): -10215009 or 10428772. OLE color: 10428772.

HSL color Cylindrical-coordinate representation of color #64219F: hue angle of 271.9º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64219F is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 33 159 -
CMYK 0.37 0.79 0 0.38
HSL 271.9º 0.66% 0.38% -
HSV(B) 271.9º 0.79% 0.62% -
XYZ 12.06 6.3 33.38 -
YUV 67.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 100 33 159 0.37 0.79 0 0.38 271.9 0.66 0.38
Hex 64 21 9F 25 4F 0 26 110 42 26
Octal 144 41 237 45 117 0 46 420 102 46
Binary 1100100 100001 10011111 100101 1001111 0 100110 100010000 1000010 100110

Color Harmonies of #64219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64219F

Black with #64219F

Text Example


Text Example

White with #64219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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