Html Css Color HEX #66365C Palatinate Purple

📋 copy color: '#66365C'

red 102 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #66365C

Tints of Palatinate Purple #66365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 41.13%
G = 21.77%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66365C (or 0x66365C) is known color: Palatinate Purple. HEX triplet: 66, 36 and 5C. RGB value is (102,54,92). Sum of RGB (Red+Green+Blue) = 102+54+92=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66365C is #99C9A3. Grayscale: #484848. Windows color (decimal): -10078628 or 6043238. OLE color: 6043238.

HSL color Cylindrical-coordinate representation of color #66365C: hue angle of 312.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66365C is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 92 -
CMYK 0 0.47 0.10 0.6
HSL 312.5º 0.31% 0.31% -
HSV(B) 312.5º 0.47% 0.4% -
XYZ 8.73 6.24 10.87 -
YUV 72.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 102 54 92 0 0.47 0.10 0.6 312.5 0.31 0.31
Hex 66 36 5C 0 2F A 3C 138 1F 1F
Octal 146 66 134 0 57 12 74 470 37 37
Binary 1100110 110110 1011100 0 101111 1010 111100 100111000 11111 11111

Color Harmonies of #66365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66365C

Black with #66365C

Text Example


Text Example

White with #66365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66365C; }

 p { color: rgb(102,54,92); }

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

background-color css

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

 a { background-color: rgb(102,54,92); }

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

border-color css

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

 span { border-color: rgb(102,54,92); }

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