Html Css Color HEX #620234 Tyrian Purple

📋 copy color: '#620234'

red 98 ◦ green 2 ◦ blue 52

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

Shades of Tyrian Purple #620234

Tints of Tyrian Purple #620234

RGB

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

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

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

R = 64.47%
G = 1.32%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#620234 (or 0x620234) is known color: Tyrian Purple. HEX triplet: 62, 02 and 34. RGB value is (98,2,52). Sum of RGB (Red+Green+Blue) = 98+2+52=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620234 is #9DFDCB. Grayscale: #242424. Windows color (decimal): -10354124 or 3408482. OLE color: 3408482.

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

Color convert

RGB 98 2 52 -
CMYK 0 0.98 0.47 0.62
HSL 328.75º 0.96% 0.2% -
HSV(B) 328.75º 0.98% 0.38% -
XYZ 5.68 2.89 3.51 -
YUV 36.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 98 2 52 0 0.98 0.47 0.62 328.75 0.96 0.2
Hex 62 2 34 0 62 2F 3E 149 60 14
Octal 142 2 64 0 142 57 76 511 140 24
Binary 1100010 10 110100 0 1100010 101111 111110 101001001 1100000 10100

Color Harmonies of #620234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620234

Black with #620234

Text Example


Text Example

White with #620234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620234; }

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

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

background-color css

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

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

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

border-color css

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

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

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