Html Css Color HEX #66195F Palatinate Purple

📋 copy color: '#66195F'

red 102 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #66195F

Tints of Palatinate Purple #66195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 45.95%
G = 11.26%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66195F (or 0x66195F) is known color: Palatinate Purple. HEX triplet: 66, 19 and 5F. RGB value is (102,25,95). Sum of RGB (Red+Green+Blue) = 102+25+95=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #66195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66195F is #99E6A0. Grayscale: #373737. Windows color (decimal): -10086049 or 6232422. OLE color: 6232422.

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

Color convert

RGB 102 25 95 -
CMYK 0 0.75 0.07 0.6
HSL 305.45º 0.61% 0.25% -
HSV(B) 305.45º 0.75% 0.4% -
XYZ 7.89 4.35 11.25 -
YUV 56 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 102 25 95 0 0.75 0.07 0.6 305.45 0.61 0.25
Hex 66 19 5F 0 4B 7 3C 131 3D 19
Octal 146 31 137 0 113 7 74 461 75 31
Binary 1100110 11001 1011111 0 1001011 111 111100 100110001 111101 11001

Color Harmonies of #66195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66195F

Black with #66195F

Text Example


Text Example

White with #66195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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