Html Css Color HEX #3E10BC Purple Heart

📋 copy color: '#3E10BC'

red 62 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #3E10BC

Tints of Purple Heart #3E10BC

RGB

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

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

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

R = 23.31%
G = 6.02%
B = 70.68%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E10BC (or 0x3E10BC) is known color: Purple Heart. HEX triplet: 3E, 10 and BC. RGB value is (62,16,188). Sum of RGB (Red+Green+Blue) = 62+16+188=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E10BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10BC is #C1EF43. Grayscale: #303030. Windows color (decimal): -12709700 or 12324926. OLE color: 12324926.

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

Color convert

RGB 62 16 188 -
CMYK 0.67 0.91 0 0.26
HSL 256.05º 0.84% 0.4% -
HSV(B) 256.05º 0.91% 0.74% -
XYZ 11.25 5.03 47.95 -
YUV 49.36 206.24 137.01 -
System Red Green Blue C M Y K H S L
Decimal 62 16 188 0.67 0.91 0 0.26 256.05 0.84 0.4
Hex 3E 10 BC 43 5B 0 1A 100 54 28
Octal 76 20 274 103 133 0 32 400 124 50
Binary 111110 10000 10111100 1000011 1011011 0 11010 100000000 1010100 101000

Color Harmonies of #3E10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10BC

Black with #3E10BC

Text Example


Text Example

White with #3E10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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