Html Css Color HEX #3D14BE Purple Heart

📋 copy color: '#3D14BE'

red 61 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #3D14BE

Tints of Purple Heart #3D14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

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

R = 22.51%
G = 7.38%
B = 70.11%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D14BE (or 0x3D14BE) is known color: Purple Heart. HEX triplet: 3D, 14 and BE. RGB value is (61,20,190). Sum of RGB (Red+Green+Blue) = 61+20+190=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D14BE is #C2EB41. Grayscale: #333333. Windows color (decimal): -12774210 or 12457021. OLE color: 12457021.

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

Color convert

RGB 61 20 190 -
CMYK 0.68 0.89 0 0.25
HSL 254.47º 0.81% 0.41% -
HSV(B) 254.47º 0.89% 0.75% -
XYZ 11.47 5.21 49.12 -
YUV 51.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 61 20 190 0.68 0.89 0 0.25 254.47 0.81 0.41
Hex 3D 14 BE 44 59 0 19 FE 51 29
Octal 75 24 276 104 131 0 31 376 121 51
Binary 111101 10100 10111110 1000100 1011001 0 11001 11111110 1010001 101001

Color Harmonies of #3D14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D14BE

Black with #3D14BE

Text Example


Text Example

White with #3D14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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