Html Css Color HEX #660158 Tyrian Purple

📋 copy color: '#660158'

red 102 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #660158

Tints of Tyrian Purple #660158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 53.4%
G = 0.52%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#660158 (or 0x660158) is known color: Tyrian Purple. HEX triplet: 66, 01 and 58. RGB value is (102,1,88). Sum of RGB (Red+Green+Blue) = 102+1+88=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #660158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660158 is #99FEA7. Grayscale: #282828. Windows color (decimal): -10092200 or 5767526. OLE color: 5767526.

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

Color convert

RGB 102 1 88 -
CMYK 0 0.99 0.14 0.6
HSL 308.32º 0.98% 0.2% -
HSV(B) 308.32º 0.99% 0.4% -
XYZ 7.25 3.55 9.54 -
YUV 41.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 102 1 88 0 0.99 0.14 0.6 308.32 0.98 0.2
Hex 66 1 58 0 63 E 3C 134 62 14
Octal 146 1 130 0 143 16 74 464 142 24
Binary 1100110 1 1011000 0 1100011 1110 111100 100110100 1100010 10100

Color Harmonies of #660158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660158

Black with #660158

Text Example


Text Example

White with #660158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660158; }

 p { color: rgb(102,1,88); }

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

background-color css

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

 a { background-color: rgb(102,1,88); }

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

border-color css

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

 span { border-color: rgb(102,1,88); }

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