Html Css Color HEX #660253 Tyrian Purple

📋 copy color: '#660253'

red 102 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #660253

Tints of Tyrian Purple #660253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 54.55%
G = 1.07%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#660253 (or 0x660253) is known color: Tyrian Purple. HEX triplet: 66, 02 and 53. RGB value is (102,2,83). Sum of RGB (Red+Green+Blue) = 102+2+83=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660253 is #99FDAC. Grayscale: #282828. Windows color (decimal): -10091949 or 5440102. OLE color: 5440102.

HSL color Cylindrical-coordinate representation of color #660253: hue angle of 311.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660253 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 83 -
CMYK 0 0.98 0.19 0.6
HSL 311.4º 0.96% 0.2% -
HSV(B) 311.4º 0.98% 0.4% -
XYZ 7.06 3.49 8.49 -
YUV 41.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 102 2 83 0 0.98 0.19 0.6 311.4 0.96 0.2
Hex 66 2 53 0 62 13 3C 137 60 14
Octal 146 2 123 0 142 23 74 467 140 24
Binary 1100110 10 1010011 0 1100010 10011 111100 100110111 1100000 10100

Color Harmonies of #660253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660253

Black with #660253

Text Example


Text Example

White with #660253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660253; }

 p { color: rgb(102,2,83); }

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

background-color css

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

 a { background-color: rgb(102,2,83); }

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

border-color css

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

 span { border-color: rgb(102,2,83); }

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