Html Css Color HEX #64189C Royal Purple

📋 copy color: '#64189C'

red 100 ◦ green 24 ◦ blue 156

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

Shades of Royal Purple #64189C

Tints of Royal Purple #64189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.71%

R = 35.71%
G = 8.57%
B = 55.71%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64189C (or 0x64189C) is known color: Royal Purple. HEX triplet: 64, 18 and 9C. RGB value is (100,24,156). Sum of RGB (Red+Green+Blue) = 100+24+156=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #64189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64189C is #9BE763. Grayscale: #3D3D3D. Windows color (decimal): -10217316 or 10229860. OLE color: 10229860.

HSL color Cylindrical-coordinate representation of color #64189C: hue angle of 274.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64189C is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 24 156 -
CMYK 0.36 0.85 0 0.39
HSL 274.55º 0.73% 0.35% -
HSV(B) 274.55º 0.85% 0.61% -
XYZ 11.58 5.76 31.95 -
YUV 61.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 100 24 156 0.36 0.85 0 0.39 274.55 0.73 0.35
Hex 64 18 9C 24 55 0 27 113 49 23
Octal 144 30 234 44 125 0 47 423 111 43
Binary 1100100 11000 10011100 100100 1010101 0 100111 100010011 1001001 100011

Color Harmonies of #64189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64189C

Black with #64189C

Text Example


Text Example

White with #64189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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