Html Css Color HEX #580234 Tyrian Purple

📋 copy color: '#580234'

red 88 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #580234

Tints of Tyrian Purple #580234

RGB

 RED value IS 88 (34.77% from 255) = 61.97%

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 61.97%
G = 1.41%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#580234 (or 0x580234) is known color: Tyrian Purple. HEX triplet: 58, 02 and 34. RGB value is (88,2,52). Sum of RGB (Red+Green+Blue) = 88+2+52=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #580234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580234 is #A7FDCB. Grayscale: #212121. Windows color (decimal): -11009484 or 3408472. OLE color: 3408472.

HSL color Cylindrical-coordinate representation of color #580234: hue angle of 325.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580234 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 52 -
CMYK 0 0.98 0.41 0.65
HSL 325.12º 0.96% 0.18% -
HSV(B) 325.12º 0.98% 0.35% -
XYZ 4.67 2.37 3.46 -
YUV 33.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 88 2 52 0 0.98 0.41 0.65 325.12 0.96 0.18
Hex 58 2 34 0 62 29 41 145 60 12
Octal 130 2 64 0 142 51 101 505 140 22
Binary 1011000 10 110100 0 1100010 101001 1000001 101000101 1100000 10010

Color Harmonies of #580234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580234

Black with #580234

Text Example


Text Example

White with #580234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580234; }

 p { color: rgb(88,2,52); }

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

background-color css

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

 a { background-color: rgb(88,2,52); }

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

border-color css

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

 span { border-color: rgb(88,2,52); }

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