Html Css Color HEX #3E2BCF Purple Heart

📋 copy color: '#3E2BCF'

red 62 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #3E2BCF

Tints of Purple Heart #3E2BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 19.87%
G = 13.78%
B = 66.35%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E2BCF (or 0x3E2BCF) is known color: Purple Heart. HEX triplet: 3E, 2B and CF. RGB value is (62,43,207). Sum of RGB (Red+Green+Blue) = 62+43+207=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E2BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BCF is #C1D430. Grayscale: #424242. Windows color (decimal): -12702769 or 13577022. OLE color: 13577022.

HSL color Cylindrical-coordinate representation of color #3E2BCF: hue angle of 246.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2BCF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 43 207 -
CMYK 0.70 0.79 0 0.19
HSL 246.95º 0.66% 0.49% -
HSV(B) 246.95º 0.79% 0.81% -
XYZ 14.11 7.26 59.69 -
YUV 67.38 206.79 124.16 -
System Red Green Blue C M Y K H S L
Decimal 62 43 207 0.70 0.79 0 0.19 246.95 0.66 0.49
Hex 3E 2B CF 46 4F 0 13 F7 42 31
Octal 76 53 317 106 117 0 23 367 102 61
Binary 111110 101011 11001111 1000110 1001111 0 10011 11110111 1000010 110001

Color Harmonies of #3E2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2BCF

Black with #3E2BCF

Text Example


Text Example

White with #3E2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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