Html Css Color HEX #6B0653 Tyrian Purple

📋 copy color: '#6B0653'

red 107 ◦ green 6 ◦ blue 83

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

Shades of Tyrian Purple #6B0653

Tints of Tyrian Purple #6B0653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

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

R = 54.59%
G = 3.06%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6B0653 (or 0x6B0653) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 53. RGB value is (107,6,83). Sum of RGB (Red+Green+Blue) = 107+6+83=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0653 is #94F9AC. Grayscale: #2C2C2C. Windows color (decimal): -9763245 or 5441131. OLE color: 5441131.

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

Color convert

RGB 107 6 83 -
CMYK 0 0.94 0.22 0.58
HSL 314.26º 0.89% 0.22% -
HSV(B) 314.26º 0.94% 0.42% -
XYZ 7.69 3.88 8.53 -
YUV 44.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 107 6 83 0 0.94 0.22 0.58 314.26 0.89 0.22
Hex 6B 6 53 0 5E 16 3A 13A 59 16
Octal 153 6 123 0 136 26 72 472 131 26
Binary 1101011 110 1010011 0 1011110 10110 111010 100111010 1011001 10110

Color Harmonies of #6B0653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0653

Black with #6B0653

Text Example


Text Example

White with #6B0653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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