Html Css Color HEX #6C1EBC Purple Heart

📋 copy color: '#6C1EBC'

red 108 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #6C1EBC

Tints of Purple Heart #6C1EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 33.13%
G = 9.2%
B = 57.67%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C1EBC (or 0x6C1EBC) is known color: Purple Heart. HEX triplet: 6C, 1E and BC. RGB value is (108,30,188). Sum of RGB (Red+Green+Blue) = 108+30+188=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C1EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1EBC is #93E143. Grayscale: #464646. Windows color (decimal): -9691460 or 12328556. OLE color: 12328556.

HSL color Cylindrical-coordinate representation of color #6C1EBC: hue angle of 269.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1EBC is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 30 188 -
CMYK 0.43 0.84 0 0.26
HSL 269.62º 0.72% 0.43% -
HSV(B) 269.62º 0.84% 0.74% -
XYZ 15.73 7.75 48.24 -
YUV 71.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 108 30 188 0.43 0.84 0 0.26 269.62 0.72 0.43
Hex 6C 1E BC 2B 54 0 1A 10E 48 2B
Octal 154 36 274 53 124 0 32 416 110 53
Binary 1101100 11110 10111100 101011 1010100 0 11010 100001110 1001000 101011

Color Harmonies of #6C1EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1EBC

Black with #6C1EBC

Text Example


Text Example

White with #6C1EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,30,188); }

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

background-color css

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

 a { background-color: rgb(108,30,188); }

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

border-color css

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

 span { border-color: rgb(108,30,188); }

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