Html Css Color HEX #6B0573 Purple

📋 copy color: '#6B0573'

red 107 ◦ green 5 ◦ blue 115

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

Shades of Purple #6B0573

Tints of Purple #6B0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 47.14%
G = 2.2%
B = 50.66%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B0573 (or 0x6B0573) is known color: Purple. HEX triplet: 6B, 05 and 73. RGB value is (107,5,115). Sum of RGB (Red+Green+Blue) = 107+5+115=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0573 is #94FA8C. Grayscale: #2F2F2F. Windows color (decimal): -9763469 or 7538027. OLE color: 7538027.

HSL color Cylindrical-coordinate representation of color #6B0573: hue angle of 295.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0573 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 5 115 -
CMYK 0.07 0.96 0 0.55
HSL 295.64º 0.92% 0.24% -
HSV(B) 295.64º 0.96% 0.45% -
XYZ 9.21 4.47 16.6 -
YUV 48.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 107 5 115 0.07 0.96 0 0.55 295.64 0.92 0.24
Hex 6B 5 73 7 60 0 37 128 5C 18
Octal 153 5 163 7 140 0 67 450 134 30
Binary 1101011 101 1110011 111 1100000 0 110111 100101000 1011100 11000

Color Harmonies of #6B0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0573

Black with #6B0573

Text Example


Text Example

White with #6B0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,115); }

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

background-color css

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

 a { background-color: rgb(107,5,115); }

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

border-color css

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

 span { border-color: rgb(107,5,115); }

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