Html Css Color HEX #660952 Tyrian Purple

📋 copy color: '#660952'

red 102 ◦ green 9 ◦ blue 82

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

Shades of Tyrian Purple #660952

Tints of Tyrian Purple #660952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 52.85%
G = 4.66%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#660952 (or 0x660952) is known color: Tyrian Purple. HEX triplet: 66, 09 and 52. RGB value is (102,9,82). Sum of RGB (Red+Green+Blue) = 102+9+82=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660952 is #99F6AD. Grayscale: #2C2C2C. Windows color (decimal): -10090158 or 5376358. OLE color: 5376358.

HSL color Cylindrical-coordinate representation of color #660952: hue angle of 312.9º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660952 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 9 82 -
CMYK 0 0.91 0.20 0.6
HSL 312.9º 0.84% 0.22% -
HSV(B) 312.9º 0.91% 0.4% -
XYZ 7.1 3.63 8.31 -
YUV 45.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 102 9 82 0 0.91 0.20 0.6 312.9 0.84 0.22
Hex 66 9 52 0 5B 14 3C 139 54 16
Octal 146 11 122 0 133 24 74 471 124 26
Binary 1100110 1001 1010010 0 1011011 10100 111100 100111001 1010100 10110

Color Harmonies of #660952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660952

Black with #660952

Text Example


Text Example

White with #660952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660952; }

 p { color: rgb(102,9,82); }

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

background-color css

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

 a { background-color: rgb(102,9,82); }

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

border-color css

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

 span { border-color: rgb(102,9,82); }

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