Html Css Color HEX #6B0572 Purple

📋 copy color: '#6B0572'

red 107 ◦ green 5 ◦ blue 114

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

Shades of Purple #6B0572

Tints of Purple #6B0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 47.35%
G = 2.21%
B = 50.44%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B0572 (or 0x6B0572) is known color: Purple. HEX triplet: 6B, 05 and 72. RGB value is (107,5,114). Sum of RGB (Red+Green+Blue) = 107+5+114=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0572 is #94FA8D. Grayscale: #2F2F2F. Windows color (decimal): -9763470 or 7472491. OLE color: 7472491.

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

Color convert

RGB 107 5 114 -
CMYK 0.06 0.96 0 0.55
HSL 296.15º 0.92% 0.23% -
HSV(B) 296.15º 0.96% 0.45% -
XYZ 9.15 4.45 16.3 -
YUV 47.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 107 5 114 0.06 0.96 0 0.55 296.15 0.92 0.23
Hex 6B 5 72 6 60 0 37 128 5C 17
Octal 153 5 162 6 140 0 67 450 134 27
Binary 1101011 101 1110010 110 1100000 0 110111 100101000 1011100 10111

Color Harmonies of #6B0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0572

Black with #6B0572

Text Example


Text Example

White with #6B0572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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