Html Css Color HEX #6C10BC Purple Heart

📋 copy color: '#6C10BC'

red 108 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6C10BC

Tints of Purple Heart #6C10BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 34.62%
G = 5.13%
B = 60.26%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C10BC (or 0x6C10BC) is known color: Purple Heart. HEX triplet: 6C, 10 and BC. RGB value is (108,16,188). Sum of RGB (Red+Green+Blue) = 108+16+188=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C10BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10BC is #93EF43. Grayscale: #3E3E3E. Windows color (decimal): -9695044 or 12324972. OLE color: 12324972.

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

Color convert

RGB 108 16 188 -
CMYK 0.43 0.91 0 0.26
HSL 272.09º 0.84% 0.4% -
HSV(B) 272.09º 0.91% 0.74% -
XYZ 15.45 7.19 48.15 -
YUV 63.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 108 16 188 0.43 0.91 0 0.26 272.09 0.84 0.4
Hex 6C 10 BC 2B 5B 0 1A 110 54 28
Octal 154 20 274 53 133 0 32 420 124 50
Binary 1101100 10000 10111100 101011 1011011 0 11010 100010000 1010100 101000

Color Harmonies of #6C10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10BC

Black with #6C10BC

Text Example


Text Example

White with #6C10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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