Html Css Color HEX #64189F Royal Purple

📋 copy color: '#64189F'

red 100 ◦ green 24 ◦ blue 159

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

Shades of Royal Purple #64189F

Tints of Royal Purple #64189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 35.34%
G = 8.48%
B = 56.18%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64189F (or 0x64189F) is known color: Royal Purple. HEX triplet: 64, 18 and 9F. RGB value is (100,24,159). Sum of RGB (Red+Green+Blue) = 100+24+159=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #64189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64189F is #9BE760. Grayscale: #3D3D3D. Windows color (decimal): -10217313 or 10426468. OLE color: 10426468.

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

Color convert

RGB 100 24 159 -
CMYK 0.37 0.85 0 0.38
HSL 273.78º 0.74% 0.36% -
HSV(B) 273.78º 0.85% 0.62% -
XYZ 11.84 5.87 33.31 -
YUV 62.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 100 24 159 0.37 0.85 0 0.38 273.78 0.74 0.36
Hex 64 18 9F 25 55 0 26 112 4A 24
Octal 144 30 237 45 125 0 46 422 112 44
Binary 1100100 11000 10011111 100101 1010101 0 100110 100010010 1001010 100100

Color Harmonies of #64189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64189F

Black with #64189F

Text Example


Text Example

White with #64189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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