Html Css Color HEX #620452 Tyrian Purple

📋 copy color: '#620452'

red 98 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #620452

Tints of Tyrian Purple #620452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 53.26%
G = 2.17%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#620452 (or 0x620452) is known color: Tyrian Purple. HEX triplet: 62, 04 and 52. RGB value is (98,4,82). Sum of RGB (Red+Green+Blue) = 98+4+82=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620452 is #9DFBAD. Grayscale: #282828. Windows color (decimal): -10353582 or 5375074. OLE color: 5375074.

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

Color convert

RGB 98 4 82 -
CMYK 0 0.96 0.16 0.62
HSL 310.21º 0.92% 0.2% -
HSV(B) 310.21º 0.96% 0.38% -
XYZ 6.6 3.29 8.27 -
YUV 41 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 98 4 82 0 0.96 0.16 0.62 310.21 0.92 0.2
Hex 62 4 52 0 60 10 3E 136 5C 14
Octal 142 4 122 0 140 20 76 466 134 24
Binary 1100010 100 1010010 0 1100000 10000 111110 100110110 1011100 10100

Color Harmonies of #620452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620452

Black with #620452

Text Example


Text Example

White with #620452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620452; }

 p { color: rgb(98,4,82); }

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

background-color css

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

 a { background-color: rgb(98,4,82); }

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

border-color css

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

 span { border-color: rgb(98,4,82); }

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