Html Css Color HEX #6B024B Tyrian Purple

📋 copy color: '#6B024B'

red 107 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #6B024B

Tints of Tyrian Purple #6B024B

RGB

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

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

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

R = 58.15%
G = 1.09%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B024B (or 0x6B024B) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 4B. RGB value is (107,2,75). Sum of RGB (Red+Green+Blue) = 107+2+75=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B024B is #94FDB4. Grayscale: #292929. Windows color (decimal): -9764277 or 4915819. OLE color: 4915819.

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

Color convert

RGB 107 2 75 -
CMYK 0 0.98 0.30 0.58
HSL 318.29º 0.96% 0.21% -
HSV(B) 318.29º 0.98% 0.42% -
XYZ 7.36 3.68 6.98 -
YUV 41.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 107 2 75 0 0.98 0.30 0.58 318.29 0.96 0.21
Hex 6B 2 4B 0 62 1E 3A 13E 60 15
Octal 153 2 113 0 142 36 72 476 140 25
Binary 1101011 10 1001011 0 1100010 11110 111010 100111110 1100000 10101

Color Harmonies of #6B024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B024B

Black with #6B024B

Text Example


Text Example

White with #6B024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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