Html Css Color HEX #66415F Palatinate Purple

📋 copy color: '#66415F'

red 102 ◦ green 65 ◦ blue 95

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

Shades of Palatinate Purple #66415F

Tints of Palatinate Purple #66415F

RGB

 RED value IS 102 (40.23% from 255) = 38.93%

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 38.93%
G = 24.81%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66415F (or 0x66415F) is known color: Palatinate Purple. HEX triplet: 66, 41 and 5F. RGB value is (102,65,95). Sum of RGB (Red+Green+Blue) = 102+65+95=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415F is #99BEA0. Grayscale: #4F4F4F. Windows color (decimal): -10075809 or 6242662. OLE color: 6242662.

HSL color Cylindrical-coordinate representation of color #66415F: hue angle of 311.35º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66415F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 95 -
CMYK 0 0.36 0.07 0.6
HSL 311.35º 0.22% 0.33% -
HSV(B) 311.35º 0.36% 0.4% -
XYZ 9.44 7.43 11.76 -
YUV 79.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 102 65 95 0 0.36 0.07 0.6 311.35 0.22 0.33
Hex 66 41 5F 0 24 7 3C 137 16 21
Octal 146 101 137 0 44 7 74 467 26 41
Binary 1100110 1000001 1011111 0 100100 111 111100 100110111 10110 100001

Color Harmonies of #66415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66415F

Black with #66415F

Text Example


Text Example

White with #66415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,65,95); }

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

background-color css

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

 a { background-color: rgb(102,65,95); }

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

border-color css

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

 span { border-color: rgb(102,65,95); }

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