Html Css Color HEX #64219E Royal Purple

📋 copy color: '#64219E'

red 100 ◦ green 33 ◦ blue 158

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

Shades of Royal Purple #64219E

Tints of Royal Purple #64219E

RGB

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

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

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

R = 34.36%
G = 11.34%
B = 54.3%

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

#64219E (or 0x64219E) is known color: Royal Purple. HEX triplet: 64, 21 and 9E. RGB value is (100,33,158). Sum of RGB (Red+Green+Blue) = 100+33+158=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #64219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64219E is #9BDE61. Grayscale: #424242. Windows color (decimal): -10215010 or 10363236. OLE color: 10363236.

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

Color convert

RGB 100 33 158 -
CMYK 0.37 0.79 0 0.38
HSL 272.16º 0.65% 0.37% -
HSV(B) 272.16º 0.79% 0.62% -
XYZ 11.97 6.27 32.93 -
YUV 67.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 100 33 158 0.37 0.79 0 0.38 272.16 0.65 0.37
Hex 64 21 9E 25 4F 0 26 110 41 25
Octal 144 41 236 45 117 0 46 420 101 45
Binary 1100100 100001 10011110 100101 1001111 0 100110 100010000 1000001 100101

Color Harmonies of #64219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64219E

Black with #64219E

Text Example


Text Example

White with #64219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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