Html Css Color HEX #3E06B6 Purple Heart

📋 copy color: '#3E06B6'

red 62 ◦ green 6 ◦ blue 182

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

Shades of Purple Heart #3E06B6

Tints of Purple Heart #3E06B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 72.8%

R = 24.8%
G = 2.4%
B = 72.8%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3E06B6 (or 0x3E06B6) is known color: Purple Heart. HEX triplet: 3E, 06 and B6. RGB value is (62,6,182). Sum of RGB (Red+Green+Blue) = 62+6+182=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E06B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06B6 is #C1F949. Grayscale: #2A2A2A. Windows color (decimal): -12712266 or 11929150. OLE color: 11929150.

HSL color Cylindrical-coordinate representation of color #3E06B6: hue angle of 259.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06B6 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 6 182 -
CMYK 0.66 0.97 0 0.29
HSL 259.09º 0.94% 0.37% -
HSV(B) 259.09º 0.97% 0.71% -
XYZ 10.5 4.53 44.58 -
YUV 42.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 62 6 182 0.66 0.97 0 0.29 259.09 0.94 0.37
Hex 3E 6 B6 42 61 0 1D 103 5E 25
Octal 76 6 266 102 141 0 35 403 136 45
Binary 111110 110 10110110 1000010 1100001 0 11101 100000011 1011110 100101

Color Harmonies of #3E06B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E06B6

Black with #3E06B6

Text Example


Text Example

White with #3E06B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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