Html Css Color HEX #6B0243 Tyrian Purple

📋 copy color: '#6B0243'

red 107 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #6B0243

Tints of Tyrian Purple #6B0243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 67 (26.56% from 255) = 38.07%

R = 60.8%
G = 1.14%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#6B0243 (or 0x6B0243) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 43. RGB value is (107,2,67). Sum of RGB (Red+Green+Blue) = 107+2+67=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0243 is #94FDBC. Grayscale: #282828. Windows color (decimal): -9764285 or 4391531. OLE color: 4391531.

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

Color convert

RGB 107 2 67 -
CMYK 0 0.98 0.37 0.58
HSL 322.86º 0.96% 0.21% -
HSV(B) 322.86º 0.98% 0.42% -
XYZ 7.1 3.57 5.63 -
YUV 40.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 107 2 67 0 0.98 0.37 0.58 322.86 0.96 0.21
Hex 6B 2 43 0 62 25 3A 143 60 15
Octal 153 2 103 0 142 45 72 503 140 25
Binary 1101011 10 1000011 0 1100010 100101 111010 101000011 1100000 10101

Color Harmonies of #6B0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0243

Black with #6B0243

Text Example


Text Example

White with #6B0243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,67); }

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

background-color css

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

 a { background-color: rgb(107,2,67); }

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

border-color css

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

 span { border-color: rgb(107,2,67); }

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