Html Css Color HEX #64309C Royal Purple

📋 copy color: '#64309C'

red 100 ◦ green 48 ◦ blue 156

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

Shades of Royal Purple #64309C

Tints of Royal Purple #64309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

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

R = 32.89%
G = 15.79%
B = 51.32%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64309C (or 0x64309C) is known color: Royal Purple. HEX triplet: 64, 30 and 9C. RGB value is (100,48,156). Sum of RGB (Red+Green+Blue) = 100+48+156=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #64309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64309C is #9BCF63. Grayscale: #4B4B4B. Windows color (decimal): -10211172 or 10236004. OLE color: 10236004.

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

Color convert

RGB 100 48 156 -
CMYK 0.36 0.69 0 0.39
HSL 268.89º 0.53% 0.4% -
HSV(B) 268.89º 0.69% 0.61% -
XYZ 12.31 7.22 32.2 -
YUV 75.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 100 48 156 0.36 0.69 0 0.39 268.89 0.53 0.4
Hex 64 30 9C 24 45 0 27 10D 35 28
Octal 144 60 234 44 105 0 47 415 65 50
Binary 1100100 110000 10011100 100100 1000101 0 100111 100001101 110101 101000

Color Harmonies of #64309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64309C

Black with #64309C

Text Example


Text Example

White with #64309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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