Html Css Color HEX #620233 Tyrian Purple

📋 copy color: '#620233'

red 98 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #620233

Tints of Tyrian Purple #620233

RGB

 RED value IS 98 (38.67% from 255) = 64.9%

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

 BLUE value IS 51 (20.31% from 255) = 33.77%

R = 64.9%
G = 1.32%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#620233 (or 0x620233) is known color: Tyrian Purple. HEX triplet: 62, 02 and 33. RGB value is (98,2,51). Sum of RGB (Red+Green+Blue) = 98+2+51=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620233 is #9DFDCC. Grayscale: #242424. Windows color (decimal): -10354125 or 3342946. OLE color: 3342946.

HSL color Cylindrical-coordinate representation of color #620233: hue angle of 329.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620233 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 51 -
CMYK 0 0.98 0.48 0.62
HSL 329.38º 0.96% 0.2% -
HSV(B) 329.38º 0.98% 0.38% -
XYZ 5.66 2.88 3.39 -
YUV 36.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 98 2 51 0 0.98 0.48 0.62 329.38 0.96 0.2
Hex 62 2 33 0 62 30 3E 149 60 14
Octal 142 2 63 0 142 60 76 511 140 24
Binary 1100010 10 110011 0 1100010 110000 111110 101001001 1100000 10100

Color Harmonies of #620233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620233

Black with #620233

Text Example


Text Example

White with #620233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620233; }

 p { color: rgb(98,2,51); }

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

background-color css

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

 a { background-color: rgb(98,2,51); }

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

border-color css

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

 span { border-color: rgb(98,2,51); }

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