Html Css Color HEX #61002B Tyrian Purple

📋 copy color: '#61002B'

red 97 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #61002B

Tints of Tyrian Purple #61002B

RGB

 RED value IS 97 (38.28% from 255) = 69.29%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 69.29%
G = 0%
B = 30.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#61002B (or 0x61002B) is known color: Tyrian Purple. HEX triplet: 61, 00 and 2B. RGB value is (97,0,43). Sum of RGB (Red+Green+Blue) = 97+0+43=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #61002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61002B is #9EFFD4. Grayscale: #212121. Windows color (decimal): -10420181 or 2818145. OLE color: 2818145.

HSL color Cylindrical-coordinate representation of color #61002B: hue angle of 333.4º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61002B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 43 -
CMYK 0 1 0.56 0.62
HSL 333.4º 1% 0.19% -
HSV(B) 333.4º 1% 0.38% -
XYZ 5.37 2.72 2.53 -
YUV 33.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 97 0 43 0 1 0.56 0.62 333.4 1 0.19
Hex 61 0 2B 0 64 38 3E 14D 64 13
Octal 141 0 53 0 144 70 76 515 144 23
Binary 1100001 0 101011 0 1100100 111000 111110 101001101 1100100 10011

Color Harmonies of #61002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61002B

Black with #61002B

Text Example


Text Example

White with #61002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61002B; }

 p { color: rgb(97,0,43); }

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

background-color css

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

 a { background-color: rgb(97,0,43); }

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

border-color css

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

 span { border-color: rgb(97,0,43); }

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