Html Css Color HEX #6B034F Tyrian Purple

📋 copy color: '#6B034F'

red 107 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #6B034F

Tints of Tyrian Purple #6B034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 56.61%
G = 1.59%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B034F (or 0x6B034F) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 4F. RGB value is (107,3,79). Sum of RGB (Red+Green+Blue) = 107+3+79=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B034F is #94FCB0. Grayscale: #2A2A2A. Windows color (decimal): -9764017 or 5178219. OLE color: 5178219.

HSL color Cylindrical-coordinate representation of color #6B034F: hue angle of 316.15º 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 #6B034F is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 3 79 -
CMYK 0 0.97 0.26 0.58
HSL 316.15º 0.95% 0.22% -
HSV(B) 316.15º 0.97% 0.42% -
XYZ 7.51 3.76 7.73 -
YUV 42.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 107 3 79 0 0.97 0.26 0.58 316.15 0.95 0.22
Hex 6B 3 4F 0 61 1A 3A 13C 5F 16
Octal 153 3 117 0 141 32 72 474 137 26
Binary 1101011 11 1001111 0 1100001 11010 111010 100111100 1011111 10110

Color Harmonies of #6B034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B034F

Black with #6B034F

Text Example


Text Example

White with #6B034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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