Html Css Color HEX #6B014B Tyrian Purple

📋 copy color: '#6B014B'

red 107 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #6B014B

Tints of Tyrian Purple #6B014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 58.47%
G = 0.55%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B014B (or 0x6B014B) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 4B. RGB value is (107,1,75). Sum of RGB (Red+Green+Blue) = 107+1+75=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B014B is #94FEB4. Grayscale: #282828. Windows color (decimal): -9764533 or 4915563. OLE color: 4915563.

HSL color Cylindrical-coordinate representation of color #6B014B: hue angle of 318.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B014B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 1 75 -
CMYK 0 0.99 0.30 0.58
HSL 318.11º 0.98% 0.21% -
HSV(B) 318.11º 0.99% 0.42% -
XYZ 7.34 3.66 6.98 -
YUV 41.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 107 1 75 0 0.99 0.30 0.58 318.11 0.98 0.21
Hex 6B 1 4B 0 63 1E 3A 13E 62 15
Octal 153 1 113 0 143 36 72 476 142 25
Binary 1101011 1 1001011 0 1100011 11110 111010 100111110 1100010 10101

Color Harmonies of #6B014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B014B

Black with #6B014B

Text Example


Text Example

White with #6B014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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