Html Css Color HEX #660127 Tyrian Purple

📋 copy color: '#660127'

red 102 ◦ green 1 ◦ blue 39

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

Shades of Tyrian Purple #660127

Tints of Tyrian Purple #660127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 71.83%
G = 0.7%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#660127 (or 0x660127) is known color: Tyrian Purple. HEX triplet: 66, 01 and 27. RGB value is (102,1,39). Sum of RGB (Red+Green+Blue) = 102+1+39=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660127 is #99FED8. Grayscale: #232323. Windows color (decimal): -10092249 or 2556262. OLE color: 2556262.

HSL color Cylindrical-coordinate representation of color #660127: hue angle of 337.43º 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 #660127 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 39 -
CMYK 0 0.99 0.62 0.6
HSL 337.43º 0.98% 0.2% -
HSV(B) 337.43º 0.99% 0.4% -
XYZ 5.86 2.99 2.19 -
YUV 35.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 102 1 39 0 0.99 0.62 0.6 337.43 0.98 0.2
Hex 66 1 27 0 63 3E 3C 151 62 14
Octal 146 1 47 0 143 76 74 521 142 24
Binary 1100110 1 100111 0 1100011 111110 111100 101010001 1100010 10100

Color Harmonies of #660127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660127

Black with #660127

Text Example


Text Example

White with #660127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660127; }

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

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

background-color css

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

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

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

border-color css

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

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

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