Html Css Color HEX #6B035A Tyrian Purple

📋 copy color: '#6B035A'

red 107 ◦ green 3 ◦ blue 90

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

Shades of Tyrian Purple #6B035A

Tints of Tyrian Purple #6B035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 53.5%
G = 1.5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B035A (or 0x6B035A) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 5A. RGB value is (107,3,90). Sum of RGB (Red+Green+Blue) = 107+3+90=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035A is #94FCA5. Grayscale: #2B2B2B. Windows color (decimal): -9764006 or 5899115. OLE color: 5899115.

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

Color convert

RGB 107 3 90 -
CMYK 0 0.97 0.16 0.58
HSL 309.81º 0.95% 0.22% -
HSV(B) 309.81º 0.97% 0.42% -
XYZ 7.94 3.93 10.01 -
YUV 44.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 107 3 90 0 0.97 0.16 0.58 309.81 0.95 0.22
Hex 6B 3 5A 0 61 10 3A 136 5F 16
Octal 153 3 132 0 141 20 72 466 137 26
Binary 1101011 11 1011010 0 1100001 10000 111010 100110110 1011111 10110

Color Harmonies of #6B035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B035A

Black with #6B035A

Text Example


Text Example

White with #6B035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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