Html Css Color HEX #6B054B Tyrian Purple

📋 copy color: '#6B054B'

red 107 ◦ green 5 ◦ blue 75

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

Shades of Tyrian Purple #6B054B

Tints of Tyrian Purple #6B054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 57.22%
G = 2.67%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B054B (or 0x6B054B) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 4B. RGB value is (107,5,75). Sum of RGB (Red+Green+Blue) = 107+5+75=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B054B is #94FAB4. Grayscale: #2B2B2B. Windows color (decimal): -9763509 or 4916587. OLE color: 4916587.

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

Color convert

RGB 107 5 75 -
CMYK 0 0.95 0.30 0.58
HSL 318.82º 0.91% 0.22% -
HSV(B) 318.82º 0.95% 0.42% -
XYZ 7.39 3.74 6.99 -
YUV 43.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 107 5 75 0 0.95 0.30 0.58 318.82 0.91 0.22
Hex 6B 5 4B 0 5F 1E 3A 13F 5B 16
Octal 153 5 113 0 137 36 72 477 133 26
Binary 1101011 101 1001011 0 1011111 11110 111010 100111111 1011011 10110

Color Harmonies of #6B054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B054B

Black with #6B054B

Text Example


Text Example

White with #6B054B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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