Html Css Color HEX #6B064B Tyrian Purple

📋 copy color: '#6B064B'

red 107 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #6B064B

Tints of Tyrian Purple #6B064B

RGB

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

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

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

R = 56.91%
G = 3.19%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B064B (or 0x6B064B) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 4B. RGB value is (107,6,75). Sum of RGB (Red+Green+Blue) = 107+6+75=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B064B is #94F9B4. Grayscale: #2B2B2B. Windows color (decimal): -9763253 or 4916843. OLE color: 4916843.

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

Color convert

RGB 107 6 75 -
CMYK 0 0.94 0.30 0.58
HSL 319.01º 0.89% 0.22% -
HSV(B) 319.01º 0.94% 0.42% -
XYZ 7.4 3.76 6.99 -
YUV 44.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 107 6 75 0 0.94 0.30 0.58 319.01 0.89 0.22
Hex 6B 6 4B 0 5E 1E 3A 13F 59 16
Octal 153 6 113 0 136 36 72 477 131 26
Binary 1101011 110 1001011 0 1011110 11110 111010 100111111 1011001 10110

Color Harmonies of #6B064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B064B

Black with #6B064B

Text Example


Text Example

White with #6B064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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