Html Css Color HEX #64305F Palatinate Purple

📋 copy color: '#64305F'

red 100 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #64305F

Tints of Palatinate Purple #64305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 41.15%
G = 19.75%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64305F (or 0x64305F) is known color: Palatinate Purple. HEX triplet: 64, 30 and 5F. RGB value is (100,48,95). Sum of RGB (Red+Green+Blue) = 100+48+95=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64305F is #9BCFA0. Grayscale: #444444. Windows color (decimal): -10211233 or 6238308. OLE color: 6238308.

HSL color Cylindrical-coordinate representation of color #64305F: hue angle of 305.77º 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 #64305F is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 48 95 -
CMYK 0 0.52 0.05 0.61
HSL 305.77º 0.35% 0.29% -
HSV(B) 305.77º 0.52% 0.39% -
XYZ 8.38 5.65 11.48 -
YUV 68.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 100 48 95 0 0.52 0.05 0.61 305.77 0.35 0.29
Hex 64 30 5F 0 34 5 3D 132 23 1D
Octal 144 60 137 0 64 5 75 462 43 35
Binary 1100100 110000 1011111 0 110100 101 111101 100110010 100011 11101

Color Harmonies of #64305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64305F

Black with #64305F

Text Example


Text Example

White with #64305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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