Html Css Color HEX #3E2BBC Purple Heart

📋 copy color: '#3E2BBC'

red 62 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #3E2BBC

Tints of Purple Heart #3E2BBC

RGB

 RED value IS 62 (24.61% from 255) = 21.16%

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 21.16%
G = 14.68%
B = 64.16%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E2BBC (or 0x3E2BBC) is known color: Purple Heart. HEX triplet: 3E, 2B and BC. RGB value is (62,43,188). Sum of RGB (Red+Green+Blue) = 62+43+188=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BBC is #C1D443. Grayscale: #404040. Windows color (decimal): -12702788 or 12331838. OLE color: 12331838.

HSL color Cylindrical-coordinate representation of color #3E2BBC: hue angle of 247.86º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2BBC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 43 188 -
CMYK 0.67 0.77 0 0.26
HSL 247.86º 0.63% 0.45% -
HSV(B) 247.86º 0.77% 0.74% -
XYZ 11.93 6.38 48.18 -
YUV 65.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 62 43 188 0.67 0.77 0 0.26 247.86 0.63 0.45
Hex 3E 2B BC 43 4D 0 1A F8 3F 2D
Octal 76 53 274 103 115 0 32 370 77 55
Binary 111110 101011 10111100 1000011 1001101 0 11010 11111000 111111 101101

Color Harmonies of #3E2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2BBC

Black with #3E2BBC

Text Example


Text Example

White with #3E2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2BBC; }

 p { color: rgb(62,43,188); }

 H1.HeaderClassName
 {
   color: #3E2BBC;
 }
 .AnyTagClassName
 {
   color: #3E2BBC;
 }
</style>

background-color css

<style>
 a { background-color: #3E2BBC; }

 a { background-color: rgb(62,43,188); }

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

border-color css

<style>
 span { border-color: #3E2BBC; }

 span { border-color: rgb(62,43,188); }

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