Html Css Color HEX #6C1ABE Purple Heart

📋 copy color: '#6C1ABE'

red 108 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #6C1ABE

Tints of Purple Heart #6C1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 33.33%
G = 8.02%
B = 58.64%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C1ABE (or 0x6C1ABE) is known color: Purple Heart. HEX triplet: 6C, 1A and BE. RGB value is (108,26,190). Sum of RGB (Red+Green+Blue) = 108+26+190=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ABE is #93E541. Grayscale: #444444. Windows color (decimal): -9692482 or 12458604. OLE color: 12458604.

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

Color convert

RGB 108 26 190 -
CMYK 0.43 0.86 0 0.25
HSL 270º 0.76% 0.42% -
HSV(B) 270º 0.86% 0.75% -
XYZ 15.85 7.64 49.36 -
YUV 69.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 108 26 190 0.43 0.86 0 0.25 270 0.76 0.42
Hex 6C 1A BE 2B 56 0 19 10E 4C 2A
Octal 154 32 276 53 126 0 31 416 114 52
Binary 1101100 11010 10111110 101011 1010110 0 11001 100001110 1001100 101010

Color Harmonies of #6C1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1ABE

Black with #6C1ABE

Text Example


Text Example

White with #6C1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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