Html Css Color HEX #6E40BC Purple Heart

📋 copy color: '#6E40BC'

red 110 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6E40BC

Tints of Purple Heart #6E40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 30.39%
G = 17.68%
B = 51.93%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E40BC (or 0x6E40BC) is known color: Purple Heart. HEX triplet: 6E, 40 and BC. RGB value is (110,64,188). Sum of RGB (Red+Green+Blue) = 110+64+188=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E40BC is #91BF43. Grayscale: #5B5B5B. Windows color (decimal): -9551684 or 12337262. OLE color: 12337262.

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

Color convert

RGB 110 64 188 -
CMYK 0.41 0.66 0 0.26
HSL 262.26º 0.49% 0.49% -
HSV(B) 262.26º 0.66% 0.74% -
XYZ 17.34 10.61 48.71 -
YUV 91.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 110 64 188 0.41 0.66 0 0.26 262.26 0.49 0.49
Hex 6E 40 BC 29 42 0 1A 106 31 31
Octal 156 100 274 51 102 0 32 406 61 61
Binary 1101110 1000000 10111100 101001 1000010 0 11010 100000110 110001 110001

Color Harmonies of #6E40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40BC

Black with #6E40BC

Text Example


Text Example

White with #6E40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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