Html Css Color HEX #6E32BC Purple Heart

📋 copy color: '#6E32BC'

red 110 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6E32BC

Tints of Purple Heart #6E32BC

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 31.61%
G = 14.37%
B = 54.02%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E32BC (or 0x6E32BC) is known color: Purple Heart. HEX triplet: 6E, 32 and BC. RGB value is (110,50,188). Sum of RGB (Red+Green+Blue) = 110+50+188=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32BC is #91CD43. Grayscale: #535353. Windows color (decimal): -9555268 or 12333678. OLE color: 12333678.

HSL color Cylindrical-coordinate representation of color #6E32BC: hue angle of 266.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E32BC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 50 188 -
CMYK 0.41 0.73 0 0.26
HSL 266.09º 0.58% 0.47% -
HSV(B) 266.09º 0.73% 0.74% -
XYZ 16.65 9.23 48.48 -
YUV 83.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 110 50 188 0.41 0.73 0 0.26 266.09 0.58 0.47
Hex 6E 32 BC 29 49 0 1A 10A 3A 2F
Octal 156 62 274 51 111 0 32 412 72 57
Binary 1101110 110010 10111100 101001 1001001 0 11010 100001010 111010 101111

Color Harmonies of #6E32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32BC

Black with #6E32BC

Text Example


Text Example

White with #6E32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,188); }

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

background-color css

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

 a { background-color: rgb(110,50,188); }

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

border-color css

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

 span { border-color: rgb(110,50,188); }

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