Html Css Color HEX #662263 Palatinate Purple

📋 copy color: '#662263'

red 102 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #662263

Tints of Palatinate Purple #662263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 43.4%
G = 14.47%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#662263 (or 0x662263) is known color: Palatinate Purple. HEX triplet: 66, 22 and 63. RGB value is (102,34,99). Sum of RGB (Red+Green+Blue) = 102+34+99=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662263 is #99DD9C. Grayscale: #3D3D3D. Windows color (decimal): -10083741 or 6496870. OLE color: 6496870.

HSL color Cylindrical-coordinate representation of color #662263: hue angle of 302.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662263 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 34 99 -
CMYK 0 0.67 0.03 0.6
HSL 302.65º 0.5% 0.27% -
HSV(B) 302.65º 0.67% 0.4% -
XYZ 8.3 4.87 12.31 -
YUV 61.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 102 34 99 0 0.67 0.03 0.6 302.65 0.5 0.27
Hex 66 22 63 0 43 3 3C 12F 32 1B
Octal 146 42 143 0 103 3 74 457 62 33
Binary 1100110 100010 1100011 0 1000011 11 111100 100101111 110010 11011

Color Harmonies of #662263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662263

Black with #662263

Text Example


Text Example

White with #662263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662263; }

 p { color: rgb(102,34,99); }

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

background-color css

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

 a { background-color: rgb(102,34,99); }

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

border-color css

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

 span { border-color: rgb(102,34,99); }

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