Html Css Color HEX #6B0953 Tyrian Purple

📋 copy color: '#6B0953'

red 107 ◦ green 9 ◦ blue 83

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

Shades of Tyrian Purple #6B0953

Tints of Tyrian Purple #6B0953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 53.77%
G = 4.52%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B0953 (or 0x6B0953) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 53. RGB value is (107,9,83). Sum of RGB (Red+Green+Blue) = 107+9+83=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0953 is #94F6AC. Grayscale: #2E2E2E. Windows color (decimal): -9762477 or 5441899. OLE color: 5441899.

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

Color convert

RGB 107 9 83 -
CMYK 0 0.92 0.22 0.58
HSL 314.69º 0.84% 0.23% -
HSV(B) 314.69º 0.92% 0.42% -
XYZ 7.72 3.95 8.54 -
YUV 46.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 107 9 83 0 0.92 0.22 0.58 314.69 0.84 0.23
Hex 6B 9 53 0 5C 16 3A 13B 54 17
Octal 153 11 123 0 134 26 72 473 124 27
Binary 1101011 1001 1010011 0 1011100 10110 111010 100111011 1010100 10111

Color Harmonies of #6B0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0953

Black with #6B0953

Text Example


Text Example

White with #6B0953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,83); }

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

background-color css

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

 a { background-color: rgb(107,9,83); }

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

border-color css

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

 span { border-color: rgb(107,9,83); }

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