Html Css Color HEX #62002B Tyrian Purple

📋 copy color: '#62002B'

red 98 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #62002B

Tints of Tyrian Purple #62002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 69.5%
G = 0%
B = 30.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62002B (or 0x62002B) is known color: Tyrian Purple. HEX triplet: 62, 00 and 2B. RGB value is (98,0,43). Sum of RGB (Red+Green+Blue) = 98+0+43=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #62002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62002B is #9DFFD4. Grayscale: #222222. Windows color (decimal): -10354645 or 2818146. OLE color: 2818146.

HSL color Cylindrical-coordinate representation of color #62002B: hue angle of 333.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62002B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 43 -
CMYK 0 1 0.56 0.62
HSL 333.67º 1% 0.19% -
HSV(B) 333.67º 1% 0.38% -
XYZ 5.47 2.77 2.53 -
YUV 34.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 98 0 43 0 1 0.56 0.62 333.67 1 0.19
Hex 62 0 2B 0 64 38 3E 14E 64 13
Octal 142 0 53 0 144 70 76 516 144 23
Binary 1100010 0 101011 0 1100100 111000 111110 101001110 1100100 10011

Color Harmonies of #62002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62002B

Black with #62002B

Text Example


Text Example

White with #62002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62002B; }

 p { color: rgb(98,0,43); }

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

background-color css

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

 a { background-color: rgb(98,0,43); }

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

border-color css

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

 span { border-color: rgb(98,0,43); }

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