Html Css Color HEX #6C11B3 Purple Heart

📋 copy color: '#6C11B3'

red 108 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #6C11B3

Tints of Purple Heart #6C11B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 179 (70.31% from 255) = 58.88%

R = 35.53%
G = 5.59%
B = 58.88%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6C11B3 (or 0x6C11B3) is known color: Purple Heart. HEX triplet: 6C, 11 and B3. RGB value is (108,17,179). Sum of RGB (Red+Green+Blue) = 108+17+179=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C11B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11B3 is #93EE4C. Grayscale: #3E3E3E. Windows color (decimal): -9694797 or 11735404. OLE color: 11735404.

HSL color Cylindrical-coordinate representation of color #6C11B3: hue angle of 273.7º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C11B3 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 17 179 -
CMYK 0.40 0.91 0 0.30
HSL 273.7º 0.83% 0.38% -
HSV(B) 273.7º 0.91% 0.7% -
XYZ 14.52 6.84 43.2 -
YUV 62.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 108 17 179 0.40 0.91 0 0.30 273.7 0.83 0.38
Hex 6C 11 B3 28 5B 0 1E 112 53 26
Octal 154 21 263 50 133 0 36 422 123 46
Binary 1101100 10001 10110011 101000 1011011 0 11110 100010010 1010011 100110

Color Harmonies of #6C11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C11B3

Black with #6C11B3

Text Example


Text Example

White with #6C11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,179); }

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

background-color css

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

 a { background-color: rgb(108,17,179); }

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

border-color css

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

 span { border-color: rgb(108,17,179); }

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