Html Css Color HEX #6B052F Tyrian Purple

📋 copy color: '#6B052F'

red 107 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #6B052F

Tints of Tyrian Purple #6B052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 67.3%
G = 3.14%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6B052F (or 0x6B052F) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 2F. RGB value is (107,5,47). Sum of RGB (Red+Green+Blue) = 107+5+47=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B052F is #94FAD0. Grayscale: #282828. Windows color (decimal): -9763537 or 3081579. OLE color: 3081579.

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

Color convert

RGB 107 5 47 -
CMYK 0 0.95 0.56 0.58
HSL 335.29º 0.91% 0.22% -
HSV(B) 335.29º 0.95% 0.42% -
XYZ 6.63 3.44 3 -
YUV 40.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 107 5 47 0 0.95 0.56 0.58 335.29 0.91 0.22
Hex 6B 5 2F 0 5F 38 3A 14F 5B 16
Octal 153 5 57 0 137 70 72 517 133 26
Binary 1101011 101 101111 0 1011111 111000 111010 101001111 1011011 10110

Color Harmonies of #6B052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B052F

Black with #6B052F

Text Example


Text Example

White with #6B052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,47); }

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

background-color css

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

 a { background-color: rgb(107,5,47); }

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

border-color css

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

 span { border-color: rgb(107,5,47); }

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