Html Css Color HEX #66055B Palatinate Purple

📋 copy color: '#66055B'

red 102 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #66055B

Tints of Palatinate Purple #66055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 51.52%
G = 2.53%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66055B (or 0x66055B) is known color: Palatinate Purple. HEX triplet: 66, 05 and 5B. RGB value is (102,5,91). Sum of RGB (Red+Green+Blue) = 102+5+91=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66055B is #99FAA4. Grayscale: #2B2B2B. Windows color (decimal): -10091173 or 5965158. OLE color: 5965158.

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

Color convert

RGB 102 5 91 -
CMYK 0 0.95 0.11 0.6
HSL 306.8º 0.91% 0.21% -
HSV(B) 306.8º 0.95% 0.4% -
XYZ 7.42 3.69 10.22 -
YUV 43.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 102 5 91 0 0.95 0.11 0.6 306.8 0.91 0.21
Hex 66 5 5B 0 5F B 3C 133 5B 15
Octal 146 5 133 0 137 13 74 463 133 25
Binary 1100110 101 1011011 0 1011111 1011 111100 100110011 1011011 10101

Color Harmonies of #66055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66055B

Black with #66055B

Text Example


Text Example

White with #66055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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