Html Css Color HEX #64309D Royal Purple

📋 copy color: '#64309D'

red 100 ◦ green 48 ◦ blue 157

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

Shades of Royal Purple #64309D

Tints of Royal Purple #64309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 32.79%
G = 15.74%
B = 51.48%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64309D (or 0x64309D) is known color: Royal Purple. HEX triplet: 64, 30 and 9D. RGB value is (100,48,157). Sum of RGB (Red+Green+Blue) = 100+48+157=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #64309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64309D is #9BCF62. Grayscale: #4B4B4B. Windows color (decimal): -10211171 or 10301540. OLE color: 10301540.

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

Color convert

RGB 100 48 157 -
CMYK 0.36 0.69 0 0.38
HSL 268.62º 0.53% 0.4% -
HSV(B) 268.62º 0.69% 0.62% -
XYZ 12.4 7.26 32.65 -
YUV 75.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 100 48 157 0.36 0.69 0 0.38 268.62 0.53 0.4
Hex 64 30 9D 24 45 0 26 10D 35 28
Octal 144 60 235 44 105 0 46 415 65 50
Binary 1100100 110000 10011101 100100 1000101 0 100110 100001101 110101 101000

Color Harmonies of #64309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64309D

Black with #64309D

Text Example


Text Example

White with #64309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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