Html Css Color HEX #52002B Tyrian Purple

📋 copy color: '#52002B'

red 82 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #52002B

Tints of Tyrian Purple #52002B

RGB

 RED value IS 82 (32.42% from 255) = 65.6%

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

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

R = 65.6%
G = 0%
B = 34.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52002B (or 0x52002B) is known color: Tyrian Purple. HEX triplet: 52, 00 and 2B. RGB value is (82,0,43). Sum of RGB (Red+Green+Blue) = 82+0+43=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #52002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52002B is #ADFFD4. Grayscale: #1D1D1D. Windows color (decimal): -11403221 or 2818130. OLE color: 2818130.

HSL color Cylindrical-coordinate representation of color #52002B: hue angle of 328.54º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52002B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 43 -
CMYK 0 1 0.48 0.68
HSL 328.54º 1% 0.16% -
HSV(B) 328.54º 1% 0.32% -
XYZ 3.92 1.97 2.46 -
YUV 29.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 82 0 43 0 1 0.48 0.68 328.54 1 0.16
Hex 52 0 2B 0 64 30 44 149 64 10
Octal 122 0 53 0 144 60 104 511 144 20
Binary 1010010 0 101011 0 1100100 110000 1000100 101001001 1100100 10000

Color Harmonies of #52002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52002B

Black with #52002B

Text Example


Text Example

White with #52002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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