Html Css Color HEX #64189B Royal Purple

📋 copy color: '#64189B'

red 100 ◦ green 24 ◦ blue 155

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

Shades of Royal Purple #64189B

Tints of Royal Purple #64189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 35.84%
G = 8.6%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64189B (or 0x64189B) is known color: Royal Purple. HEX triplet: 64, 18 and 9B. RGB value is (100,24,155). Sum of RGB (Red+Green+Blue) = 100+24+155=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #64189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64189B is #9BE764. Grayscale: #3D3D3D. Windows color (decimal): -10217317 or 10164324. OLE color: 10164324.

HSL color Cylindrical-coordinate representation of color #64189B: hue angle of 274.81º 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 #64189B is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 24 155 -
CMYK 0.35 0.85 0 0.39
HSL 274.81º 0.73% 0.35% -
HSV(B) 274.81º 0.85% 0.61% -
XYZ 11.5 5.73 31.51 -
YUV 61.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 100 24 155 0.35 0.85 0 0.39 274.81 0.73 0.35
Hex 64 18 9B 23 55 0 27 113 49 23
Octal 144 30 233 43 125 0 47 423 111 43
Binary 1100100 11000 10011011 100011 1010101 0 100111 100010011 1001001 100011

Color Harmonies of #64189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64189B

Black with #64189B

Text Example


Text Example

White with #64189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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