Html Css Color HEX #6C056B Purple

📋 copy color: '#6C056B'

red 108 ◦ green 5 ◦ blue 107

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

Shades of Purple #6C056B

Tints of Purple #6C056B

RGB

 RED value IS 108 (42.58% from 255) = 49.09%

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

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 49.09%
G = 2.27%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#6C056B (or 0x6C056B) is known color: Purple. HEX triplet: 6C, 05 and 6B. RGB value is (108,5,107). Sum of RGB (Red+Green+Blue) = 108+5+107=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056B is #93FA94. Grayscale: #2F2F2F. Windows color (decimal): -9697941 or 7013740. OLE color: 7013740.

HSL color Cylindrical-coordinate representation of color #6C056B: hue angle of 300.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C056B is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 5 107 -
CMYK 0 0.95 0.01 0.58
HSL 300.58º 0.91% 0.22% -
HSV(B) 300.58º 0.95% 0.42% -
XYZ 8.89 4.36 14.28 -
YUV 47.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 108 5 107 0 0.95 0.01 0.58 300.58 0.91 0.22
Hex 6C 5 6B 0 5F 1 3A 12D 5B 16
Octal 154 5 153 0 137 1 72 455 133 26
Binary 1101100 101 1101011 0 1011111 1 111010 100101101 1011011 10110

Color Harmonies of #6C056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C056B

Black with #6C056B

Text Example


Text Example

White with #6C056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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