Html Css Color HEX #3E0FBF Purple Heart

📋 copy color: '#3E0FBF'

red 62 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #3E0FBF

Tints of Purple Heart #3E0FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

 BLUE value IS 191 (75% from 255) = 71.27%

R = 23.13%
G = 5.6%
B = 71.27%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E0FBF (or 0x3E0FBF) is known color: Purple Heart. HEX triplet: 3E, 0F and BF. RGB value is (62,15,191). Sum of RGB (Red+Green+Blue) = 62+15+191=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0FBF is #C1F040. Grayscale: #303030. Windows color (decimal): -12709953 or 12521278. OLE color: 12521278.

HSL color Cylindrical-coordinate representation of color #3E0FBF: hue angle of 256.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0FBF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 15 191 -
CMYK 0.68 0.92 0 0.25
HSL 256.02º 0.85% 0.4% -
HSV(B) 256.02º 0.92% 0.75% -
XYZ 11.56 5.13 49.67 -
YUV 49.12 208.07 137.19 -
System Red Green Blue C M Y K H S L
Decimal 62 15 191 0.68 0.92 0 0.25 256.02 0.85 0.4
Hex 3E F BF 44 5C 0 19 100 55 28
Octal 76 17 277 104 134 0 31 400 125 50
Binary 111110 1111 10111111 1000100 1011100 0 11001 100000000 1010101 101000

Color Harmonies of #3E0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0FBF

Black with #3E0FBF

Text Example


Text Example

White with #3E0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,15,191); }

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

background-color css

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

 a { background-color: rgb(62,15,191); }

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

border-color css

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

 span { border-color: rgb(62,15,191); }

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