Html Css Color HEX #6C2EBE Purple Heart

📋 copy color: '#6C2EBE'

red 108 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #6C2EBE

Tints of Purple Heart #6C2EBE

RGB

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

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

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

R = 31.4%
G = 13.37%
B = 55.23%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C2EBE (or 0x6C2EBE) is known color: Purple Heart. HEX triplet: 6C, 2E and BE. RGB value is (108,46,190). Sum of RGB (Red+Green+Blue) = 108+46+190=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EBE is #93D141. Grayscale: #505050. Windows color (decimal): -9687362 or 12463724. OLE color: 12463724.

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

Color convert

RGB 108 46 190 -
CMYK 0.43 0.76 0 0.25
HSL 265.83º 0.61% 0.46% -
HSV(B) 265.83º 0.76% 0.75% -
XYZ 16.46 8.86 49.56 -
YUV 80.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 108 46 190 0.43 0.76 0 0.25 265.83 0.61 0.46
Hex 6C 2E BE 2B 4C 0 19 10A 3D 2E
Octal 154 56 276 53 114 0 31 412 75 56
Binary 1101100 101110 10111110 101011 1001100 0 11001 100001010 111101 101110

Color Harmonies of #6C2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2EBE

Black with #6C2EBE

Text Example


Text Example

White with #6C2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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