Html Css Color HEX #6B032E Tyrian Purple

📋 copy color: '#6B032E'

red 107 ◦ green 3 ◦ blue 46

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

Shades of Tyrian Purple #6B032E

Tints of Tyrian Purple #6B032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.49%

R = 68.59%
G = 1.92%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B032E (or 0x6B032E) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 2E. RGB value is (107,3,46). Sum of RGB (Red+Green+Blue) = 107+3+46=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B032E is #94FCD1. Grayscale: #262626. Windows color (decimal): -9764050 or 3015531. OLE color: 3015531.

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

Color convert

RGB 107 3 46 -
CMYK 0 0.97 0.57 0.58
HSL 335.19º 0.95% 0.22% -
HSV(B) 335.19º 0.97% 0.42% -
XYZ 6.59 3.39 2.89 -
YUV 39 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 107 3 46 0 0.97 0.57 0.58 335.19 0.95 0.22
Hex 6B 3 2E 0 61 39 3A 14F 5F 16
Octal 153 3 56 0 141 71 72 517 137 26
Binary 1101011 11 101110 0 1100001 111001 111010 101001111 1011111 10110

Color Harmonies of #6B032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B032E

Black with #6B032E

Text Example


Text Example

White with #6B032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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