Html Css Color HEX #620230 Tyrian Purple

📋 copy color: '#620230'

red 98 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #620230

Tints of Tyrian Purple #620230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 66.22%
G = 1.35%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#620230 (or 0x620230) is known color: Tyrian Purple. HEX triplet: 62, 02 and 30. RGB value is (98,2,48). Sum of RGB (Red+Green+Blue) = 98+2+48=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620230 is #9DFDCF. Grayscale: #232323. Windows color (decimal): -10354128 or 3146338. OLE color: 3146338.

HSL color Cylindrical-coordinate representation of color #620230: hue angle of 331.25º 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 #620230 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 48 -
CMYK 0 0.98 0.51 0.62
HSL 331.25º 0.96% 0.2% -
HSV(B) 331.25º 0.98% 0.38% -
XYZ 5.59 2.85 3.05 -
YUV 35.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 98 2 48 0 0.98 0.51 0.62 331.25 0.96 0.2
Hex 62 2 30 0 62 33 3E 14B 60 14
Octal 142 2 60 0 142 63 76 513 140 24
Binary 1100010 10 110000 0 1100010 110011 111110 101001011 1100000 10100

Color Harmonies of #620230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620230

Black with #620230

Text Example


Text Example

White with #620230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620230; }

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

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

background-color css

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

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

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

border-color css

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

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

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