Html Css Color HEX #6B023E Tyrian Purple

📋 copy color: '#6B023E'

red 107 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #6B023E

Tints of Tyrian Purple #6B023E

RGB

 RED value IS 107 (42.19% from 255) = 62.57%

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

 BLUE value IS 62 (24.61% from 255) = 36.26%

R = 62.57%
G = 1.17%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B023E (or 0x6B023E) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 3E. RGB value is (107,2,62). Sum of RGB (Red+Green+Blue) = 107+2+62=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B023E is #94FDC1. Grayscale: #282828. Windows color (decimal): -9764290 or 4063851. OLE color: 4063851.

HSL color Cylindrical-coordinate representation of color #6B023E: hue angle of 325.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B023E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 2 62 -
CMYK 0 0.98 0.42 0.58
HSL 325.71º 0.96% 0.21% -
HSV(B) 325.71º 0.98% 0.42% -
XYZ 6.95 3.52 4.87 -
YUV 40.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 107 2 62 0 0.98 0.42 0.58 325.71 0.96 0.21
Hex 6B 2 3E 0 62 2A 3A 146 60 15
Octal 153 2 76 0 142 52 72 506 140 25
Binary 1101011 10 111110 0 1100010 101010 111010 101000110 1100000 10101

Color Harmonies of #6B023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B023E

Black with #6B023E

Text Example


Text Example

White with #6B023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B023E; }

 p { color: rgb(107,2,62); }

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

background-color css

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

 a { background-color: rgb(107,2,62); }

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

border-color css

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

 span { border-color: rgb(107,2,62); }

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