Html Css Color HEX #3E10BE Purple Heart

📋 copy color: '#3E10BE'

red 62 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #3E10BE

Tints of Purple Heart #3E10BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 23.13%
G = 5.97%
B = 70.9%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E10BE (or 0x3E10BE) is known color: Purple Heart. HEX triplet: 3E, 10 and BE. RGB value is (62,16,190). Sum of RGB (Red+Green+Blue) = 62+16+190=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10BE is #C1EF41. Grayscale: #303030. Windows color (decimal): -12709698 or 12455998. OLE color: 12455998.

HSL color Cylindrical-coordinate representation of color #3E10BE: hue angle of 255.86º degrees, saturation: 0.84, 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 #3E10BE is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 16 190 -
CMYK 0.67 0.92 0 0.25
HSL 255.86º 0.84% 0.4% -
HSV(B) 255.86º 0.92% 0.75% -
XYZ 11.47 5.11 49.1 -
YUV 49.59 207.24 136.85 -
System Red Green Blue C M Y K H S L
Decimal 62 16 190 0.67 0.92 0 0.25 255.86 0.84 0.4
Hex 3E 10 BE 43 5C 0 19 100 54 28
Octal 76 20 276 103 134 0 31 400 124 50
Binary 111110 10000 10111110 1000011 1011100 0 11001 100000000 1010100 101000

Color Harmonies of #3E10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10BE

Black with #3E10BE

Text Example


Text Example

White with #3E10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,190); }

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

background-color css

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

 a { background-color: rgb(62,16,190); }

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

border-color css

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

 span { border-color: rgb(62,16,190); }

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