Html Css Color HEX #660230 Tyrian Purple

📋 copy color: '#660230'

red 102 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #660230

Tints of Tyrian Purple #660230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 67.11%
G = 1.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#660230 (or 0x660230) is known color: Tyrian Purple. HEX triplet: 66, 02 and 30. RGB value is (102,2,48). Sum of RGB (Red+Green+Blue) = 102+2+48=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #660230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660230 is #99FDCF. Grayscale: #252525. Windows color (decimal): -10091984 or 3146342. OLE color: 3146342.

HSL color Cylindrical-coordinate representation of color #660230: hue angle of 332.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 #660230 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 48 -
CMYK 0 0.98 0.53 0.6
HSL 332.4º 0.96% 0.2% -
HSV(B) 332.4º 0.98% 0.4% -
XYZ 6.03 3.08 3.07 -
YUV 37.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 102 2 48 0 0.98 0.53 0.6 332.4 0.96 0.2
Hex 66 2 30 0 62 35 3C 14C 60 14
Octal 146 2 60 0 142 65 74 514 140 24
Binary 1100110 10 110000 0 1100010 110101 111100 101001100 1100000 10100

Color Harmonies of #660230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660230

Black with #660230

Text Example


Text Example

White with #660230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660230; }

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

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

background-color css

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

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

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

border-color css

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

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

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