Html Css Color HEX #6C10BE Purple Heart

📋 copy color: '#6C10BE'

red 108 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #6C10BE

Tints of Purple Heart #6C10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 34.39%
G = 5.1%
B = 60.51%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C10BE (or 0x6C10BE) is known color: Purple Heart. HEX triplet: 6C, 10 and BE. RGB value is (108,16,190). Sum of RGB (Red+Green+Blue) = 108+16+190=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C10BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10BE is #93EF41. Grayscale: #3E3E3E. Windows color (decimal): -9695042 or 12456044. OLE color: 12456044.

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

Color convert

RGB 108 16 190 -
CMYK 0.43 0.92 0 0.25
HSL 271.72º 0.84% 0.4% -
HSV(B) 271.72º 0.92% 0.75% -
XYZ 15.66 7.28 49.29 -
YUV 63.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 108 16 190 0.43 0.92 0 0.25 271.72 0.84 0.4
Hex 6C 10 BE 2B 5C 0 19 110 54 28
Octal 154 20 276 53 134 0 31 420 124 50
Binary 1101100 10000 10111110 101011 1011100 0 11001 100010000 1010100 101000

Color Harmonies of #6C10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10BE

Black with #6C10BE

Text Example


Text Example

White with #6C10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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