Html Css Color HEX #6C10BD Purple Heart

📋 copy color: '#6C10BD'

red 108 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #6C10BD

Tints of Purple Heart #6C10BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 34.5%
G = 5.11%
B = 60.38%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C10BD (or 0x6C10BD) is known color: Purple Heart. HEX triplet: 6C, 10 and BD. RGB value is (108,16,189). Sum of RGB (Red+Green+Blue) = 108+16+189=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C10BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10BD is #93EF42. Grayscale: #3E3E3E. Windows color (decimal): -9695043 or 12390508. OLE color: 12390508.

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

Color convert

RGB 108 16 189 -
CMYK 0.43 0.92 0 0.26
HSL 271.91º 0.84% 0.4% -
HSV(B) 271.91º 0.92% 0.74% -
XYZ 15.55 7.23 48.72 -
YUV 63.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 108 16 189 0.43 0.92 0 0.26 271.91 0.84 0.4
Hex 6C 10 BD 2B 5C 0 1A 110 54 28
Octal 154 20 275 53 134 0 32 420 124 50
Binary 1101100 10000 10111101 101011 1011100 0 11010 100010000 1010100 101000

Color Harmonies of #6C10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C10BD

Black with #6C10BD

Text Example


Text Example

White with #6C10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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