Html Css Color HEX #3D0EBE Purple Heart

📋 copy color: '#3D0EBE'

red 61 ◦ green 14 ◦ blue 190

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

Shades of Purple Heart #3D0EBE

Tints of Purple Heart #3D0EBE

RGB

 RED value IS 61 (24.22% from 255) = 23.02%

 GREEN value IS 14 (5.86% from 255) = 5.28%

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

R = 23.02%
G = 5.28%
B = 71.7%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D0EBE (or 0x3D0EBE) is known color: Purple Heart. HEX triplet: 3D, 0E and BE. RGB value is (61,14,190). Sum of RGB (Red+Green+Blue) = 61+14+190=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0EBE is #C2F141. Grayscale: #2F2F2F. Windows color (decimal): -12775746 or 12455485. OLE color: 12455485.

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

Color convert

RGB 61 14 190 -
CMYK 0.68 0.93 0 0.25
HSL 256.02º 0.86% 0.4% -
HSV(B) 256.02º 0.93% 0.75% -
XYZ 11.38 5.02 49.09 -
YUV 48.12 208.07 137.19 -
System Red Green Blue C M Y K H S L
Decimal 61 14 190 0.68 0.93 0 0.25 256.02 0.86 0.4
Hex 3D E BE 44 5D 0 19 100 56 28
Octal 75 16 276 104 135 0 31 400 126 50
Binary 111101 1110 10111110 1000100 1011101 0 11001 100000000 1010110 101000

Color Harmonies of #3D0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0EBE

Black with #3D0EBE

Text Example


Text Example

White with #3D0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,14,190); }

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

background-color css

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

 a { background-color: rgb(61,14,190); }

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

border-color css

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

 span { border-color: rgb(61,14,190); }

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