Html Css Color HEX #660530 Tyrian Purple

📋 copy color: '#660530'

red 102 ◦ green 5 ◦ blue 48

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

Shades of Tyrian Purple #660530

Tints of Tyrian Purple #660530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

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

R = 65.81%
G = 3.23%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#660530 (or 0x660530) is known color: Tyrian Purple. HEX triplet: 66, 05 and 30. RGB value is (102,5,48). Sum of RGB (Red+Green+Blue) = 102+5+48=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660530 is #99FACF. Grayscale: #262626. Windows color (decimal): -10091216 or 3147110. OLE color: 3147110.

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

Color convert

RGB 102 5 48 -
CMYK 0 0.95 0.53 0.6
HSL 333.4º 0.91% 0.21% -
HSV(B) 333.4º 0.95% 0.4% -
XYZ 6.07 3.15 3.08 -
YUV 38.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 102 5 48 0 0.95 0.53 0.6 333.4 0.91 0.21
Hex 66 5 30 0 5F 35 3C 14D 5B 15
Octal 146 5 60 0 137 65 74 515 133 25
Binary 1100110 101 110000 0 1011111 110101 111100 101001101 1011011 10101

Color Harmonies of #660530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660530

Black with #660530

Text Example


Text Example

White with #660530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660530; }

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

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

background-color css

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

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

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

border-color css

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

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

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