Html Css Color HEX #6B0238 Tyrian Purple

📋 copy color: '#6B0238'

red 107 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #6B0238

Tints of Tyrian Purple #6B0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 64.85%
G = 1.21%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B0238 (or 0x6B0238) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 38. RGB value is (107,2,56). Sum of RGB (Red+Green+Blue) = 107+2+56=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0238 is #94FDC7. Grayscale: #272727. Windows color (decimal): -9764296 or 3670635. OLE color: 3670635.

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

Color convert

RGB 107 2 56 -
CMYK 0 0.98 0.48 0.58
HSL 329.14º 0.96% 0.21% -
HSV(B) 329.14º 0.98% 0.42% -
XYZ 6.8 3.45 4.05 -
YUV 39.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 107 2 56 0 0.98 0.48 0.58 329.14 0.96 0.21
Hex 6B 2 38 0 62 30 3A 149 60 15
Octal 153 2 70 0 142 60 72 511 140 25
Binary 1101011 10 111000 0 1100010 110000 111010 101001001 1100000 10101

Color Harmonies of #6B0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0238

Black with #6B0238

Text Example


Text Example

White with #6B0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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