Html Css Color HEX #64169F Royal Purple

📋 copy color: '#64169F'

red 100 ◦ green 22 ◦ blue 159

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

Shades of Royal Purple #64169F

Tints of Royal Purple #64169F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 35.59%
G = 7.83%
B = 56.58%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64169F (or 0x64169F) is known color: Royal Purple. HEX triplet: 64, 16 and 9F. RGB value is (100,22,159). Sum of RGB (Red+Green+Blue) = 100+22+159=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #64169F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64169F is #9BE960. Grayscale: #3C3C3C. Windows color (decimal): -10217825 or 10425956. OLE color: 10425956.

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

Color convert

RGB 100 22 159 -
CMYK 0.37 0.86 0 0.38
HSL 274.16º 0.76% 0.35% -
HSV(B) 274.16º 0.86% 0.62% -
XYZ 11.8 5.79 33.3 -
YUV 60.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 100 22 159 0.37 0.86 0 0.38 274.16 0.76 0.35
Hex 64 16 9F 25 56 0 26 112 4C 23
Octal 144 26 237 45 126 0 46 422 114 43
Binary 1100100 10110 10011111 100101 1010110 0 100110 100010010 1001100 100011

Color Harmonies of #64169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64169F

Black with #64169F

Text Example


Text Example

White with #64169F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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