Html Css Color HEX #6C2EBA Purple Heart

📋 copy color: '#6C2EBA'

red 108 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #6C2EBA

Tints of Purple Heart #6C2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

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

R = 31.76%
G = 13.53%
B = 54.71%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C2EBA (or 0x6C2EBA) is known color: Purple Heart. HEX triplet: 6C, 2E and BA. RGB value is (108,46,186). Sum of RGB (Red+Green+Blue) = 108+46+186=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EBA is #93D145. Grayscale: #505050. Windows color (decimal): -9687366 or 12201580. OLE color: 12201580.

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

Color convert

RGB 108 46 186 -
CMYK 0.42 0.75 0 0.27
HSL 266.57º 0.6% 0.45% -
HSV(B) 266.57º 0.75% 0.73% -
XYZ 16.02 8.69 47.29 -
YUV 80.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 108 46 186 0.42 0.75 0 0.27 266.57 0.6 0.45
Hex 6C 2E BA 2A 4B 0 1B 10B 3C 2D
Octal 154 56 272 52 113 0 33 413 74 55
Binary 1101100 101110 10111010 101010 1001011 0 11011 100001011 111100 101101

Color Harmonies of #6C2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2EBA

Black with #6C2EBA

Text Example


Text Example

White with #6C2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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