Html Css Color HEX #3E06BE Purple Heart

📋 copy color: '#3E06BE'

red 62 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #3E06BE

Tints of Purple Heart #3E06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 24.03%
G = 2.33%
B = 73.64%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E06BE (or 0x3E06BE) is known color: Purple Heart. HEX triplet: 3E, 06 and BE. RGB value is (62,6,190). Sum of RGB (Red+Green+Blue) = 62+6+190=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06BE is #C1F941. Grayscale: #2B2B2B. Windows color (decimal): -12712258 or 12453438. OLE color: 12453438.

HSL color Cylindrical-coordinate representation of color #3E06BE: hue angle of 258.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06BE is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 6 190 -
CMYK 0.67 0.97 0 0.25
HSL 258.26º 0.94% 0.38% -
HSV(B) 258.26º 0.97% 0.75% -
XYZ 11.35 4.87 49.06 -
YUV 43.72 210.55 141.04 -
System Red Green Blue C M Y K H S L
Decimal 62 6 190 0.67 0.97 0 0.25 258.26 0.94 0.38
Hex 3E 6 BE 43 61 0 19 102 5E 26
Octal 76 6 276 103 141 0 31 402 136 46
Binary 111110 110 10111110 1000011 1100001 0 11001 100000010 1011110 100110

Color Harmonies of #3E06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E06BE

Black with #3E06BE

Text Example


Text Example

White with #3E06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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