Html Css Color HEX #64305E Palatinate Purple

📋 copy color: '#64305E'

red 100 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #64305E

Tints of Palatinate Purple #64305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 41.32%
G = 19.83%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#64305E (or 0x64305E) is known color: Palatinate Purple. HEX triplet: 64, 30 and 5E. RGB value is (100,48,94). Sum of RGB (Red+Green+Blue) = 100+48+94=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64305E is #9BCFA1. Grayscale: #444444. Windows color (decimal): -10211234 or 6172772. OLE color: 6172772.

HSL color Cylindrical-coordinate representation of color #64305E: hue angle of 306.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64305E is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 48 94 -
CMYK 0 0.52 0.06 0.61
HSL 306.92º 0.35% 0.29% -
HSV(B) 306.92º 0.52% 0.39% -
XYZ 8.33 5.63 11.24 -
YUV 68.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 100 48 94 0 0.52 0.06 0.61 306.92 0.35 0.29
Hex 64 30 5E 0 34 6 3D 133 23 1D
Octal 144 60 136 0 64 6 75 463 43 35
Binary 1100100 110000 1011110 0 110100 110 111101 100110011 100011 11101

Color Harmonies of #64305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64305E

Black with #64305E

Text Example


Text Example

White with #64305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64305E; }

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

 H1.HeaderClassName
 {
   color: #64305E;
 }
 .AnyTagClassName
 {
   color: #64305E;
 }
</style>

background-color css

<style>
 a { background-color: #64305E; }

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

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

border-color css

<style>
 span { border-color: #64305E; }

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

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