Html Css Color HEX #6B0245 Tyrian Purple

📋 copy color: '#6B0245'

red 107 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #6B0245

Tints of Tyrian Purple #6B0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.76%

R = 60.11%
G = 1.12%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B0245 (or 0x6B0245) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 45. RGB value is (107,2,69). Sum of RGB (Red+Green+Blue) = 107+2+69=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0245 is #94FDBA. Grayscale: #282828. Windows color (decimal): -9764283 or 4522603. OLE color: 4522603.

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

Color convert

RGB 107 2 69 -
CMYK 0 0.98 0.36 0.58
HSL 321.71º 0.96% 0.21% -
HSV(B) 321.71º 0.98% 0.42% -
XYZ 7.16 3.6 5.95 -
YUV 41.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 107 2 69 0 0.98 0.36 0.58 321.71 0.96 0.21
Hex 6B 2 45 0 62 24 3A 142 60 15
Octal 153 2 105 0 142 44 72 502 140 25
Binary 1101011 10 1000101 0 1100010 100100 111010 101000010 1100000 10101

Color Harmonies of #6B0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0245

Black with #6B0245

Text Example


Text Example

White with #6B0245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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