Html Css Color HEX #66065B Palatinate Purple

📋 copy color: '#66065B'

red 102 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #66065B

Tints of Palatinate Purple #66065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 51.26%
G = 3.02%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66065B (or 0x66065B) is known color: Palatinate Purple. HEX triplet: 66, 06 and 5B. RGB value is (102,6,91). Sum of RGB (Red+Green+Blue) = 102+6+91=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66065B is #99F9A4. Grayscale: #2C2C2C. Windows color (decimal): -10090917 or 5965414. OLE color: 5965414.

HSL color Cylindrical-coordinate representation of color #66065B: hue angle of 306.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66065B is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 91 -
CMYK 0 0.94 0.11 0.6
HSL 306.88º 0.89% 0.21% -
HSV(B) 306.88º 0.94% 0.4% -
XYZ 7.43 3.71 10.22 -
YUV 44.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 102 6 91 0 0.94 0.11 0.6 306.88 0.89 0.21
Hex 66 6 5B 0 5E B 3C 133 59 15
Octal 146 6 133 0 136 13 74 463 131 25
Binary 1100110 110 1011011 0 1011110 1011 111100 100110011 1011001 10101

Color Harmonies of #66065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66065B

Black with #66065B

Text Example


Text Example

White with #66065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66065B; }

 p { color: rgb(102,6,91); }

 H1.HeaderClassName
 {
   color: #66065B;
 }
 .AnyTagClassName
 {
   color: #66065B;
 }
</style>

background-color css

<style>
 a { background-color: #66065B; }

 a { background-color: rgb(102,6,91); }

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

border-color css

<style>
 span { border-color: #66065B; }

 span { border-color: rgb(102,6,91); }

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