Html Css Color HEX #6C1ABA Purple Heart

📋 copy color: '#6C1ABA'

red 108 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #6C1ABA

Tints of Purple Heart #6C1ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 33.75%
G = 8.13%
B = 58.13%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C1ABA (or 0x6C1ABA) is known color: Purple Heart. HEX triplet: 6C, 1A and BA. RGB value is (108,26,186). Sum of RGB (Red+Green+Blue) = 108+26+186=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C1ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ABA is #93E545. Grayscale: #444444. Windows color (decimal): -9692486 or 12196460. OLE color: 12196460.

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

Color convert

RGB 108 26 186 -
CMYK 0.42 0.86 0 0.27
HSL 270.75º 0.75% 0.42% -
HSV(B) 270.75º 0.86% 0.73% -
XYZ 15.42 7.47 47.08 -
YUV 68.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 108 26 186 0.42 0.86 0 0.27 270.75 0.75 0.42
Hex 6C 1A BA 2A 56 0 1B 10F 4B 2A
Octal 154 32 272 52 126 0 33 417 113 52
Binary 1101100 11010 10111010 101010 1010110 0 11011 100001111 1001011 101010

Color Harmonies of #6C1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1ABA

Black with #6C1ABA

Text Example


Text Example

White with #6C1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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