Html Css Color HEX #66005F Palatinate Purple

📋 copy color: '#66005F'

red 102 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #66005F

Tints of Palatinate Purple #66005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.78%
G = 0%
B = 48.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66005F (or 0x66005F) is known color: Palatinate Purple. HEX triplet: 66, 00 and 5F. RGB value is (102,0,95). Sum of RGB (Red+Green+Blue) = 102+0+95=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66005F is #99FFA0. Grayscale: #292929. Windows color (decimal): -10092449 or 6226022. OLE color: 6226022.

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

Color convert

RGB 102 0 95 -
CMYK 0 1 0.07 0.6
HSL 304.12º 1% 0.2% -
HSV(B) 304.12º 1% 0.4% -
XYZ 7.55 3.65 11.13 -
YUV 41.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 102 0 95 0 1 0.07 0.6 304.12 1 0.2
Hex 66 0 5F 0 64 7 3C 130 64 14
Octal 146 0 137 0 144 7 74 460 144 24
Binary 1100110 0 1011111 0 1100100 111 111100 100110000 1100100 10100

Color Harmonies of #66005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66005F

Black with #66005F

Text Example


Text Example

White with #66005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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