Html Css Color HEX #6B015A Tyrian Purple

📋 copy color: '#6B015A'

red 107 ◦ green 1 ◦ blue 90

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

Shades of Tyrian Purple #6B015A

Tints of Tyrian Purple #6B015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 54.04%
G = 0.51%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B015A (or 0x6B015A) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 5A. RGB value is (107,1,90). Sum of RGB (Red+Green+Blue) = 107+1+90=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B015A is #94FEA5. Grayscale: #2A2A2A. Windows color (decimal): -9764518 or 5898603. OLE color: 5898603.

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

Color convert

RGB 107 1 90 -
CMYK 0 0.99 0.16 0.58
HSL 309.62º 0.98% 0.21% -
HSV(B) 309.62º 0.99% 0.42% -
XYZ 7.92 3.89 10.01 -
YUV 42.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 107 1 90 0 0.99 0.16 0.58 309.62 0.98 0.21
Hex 6B 1 5A 0 63 10 3A 136 62 15
Octal 153 1 132 0 143 20 72 466 142 25
Binary 1101011 1 1011010 0 1100011 10000 111010 100110110 1100010 10101

Color Harmonies of #6B015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B015A

Black with #6B015A

Text Example


Text Example

White with #6B015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,1,90); }

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

background-color css

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

 a { background-color: rgb(107,1,90); }

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

border-color css

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

 span { border-color: rgb(107,1,90); }

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