Html Css Color HEX #3D15B9 Purple Heart

📋 copy color: '#3D15B9'

red 61 ◦ green 21 ◦ blue 185

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

Shades of Purple Heart #3D15B9

Tints of Purple Heart #3D15B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 185 (72.66% from 255) = 69.29%

R = 22.85%
G = 7.87%
B = 69.29%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D15B9 (or 0x3D15B9) is known color: Purple Heart. HEX triplet: 3D, 15 and B9. RGB value is (61,21,185). Sum of RGB (Red+Green+Blue) = 61+21+185=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 185 (72.66% from 255 or 69.29% from 267); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D15B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D15B9 is #C2EA46. Grayscale: #333333. Windows color (decimal): -12773959 or 12129597. OLE color: 12129597.

HSL color Cylindrical-coordinate representation of color #3D15B9: hue angle of 254.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D15B9 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 21 185 -
CMYK 0.67 0.89 0 0.27
HSL 254.63º 0.8% 0.4% -
HSV(B) 254.63º 0.89% 0.73% -
XYZ 10.95 5.03 46.29 -
YUV 51.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 61 21 185 0.67 0.89 0 0.27 254.63 0.8 0.4
Hex 3D 15 B9 43 59 0 1B FF 50 28
Octal 75 25 271 103 131 0 33 377 120 50
Binary 111101 10101 10111001 1000011 1011001 0 11011 11111111 1010000 101000

Color Harmonies of #3D15B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D15B9

Black with #3D15B9

Text Example


Text Example

White with #3D15B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,21,185); }

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

background-color css

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

 a { background-color: rgb(61,21,185); }

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

border-color css

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

 span { border-color: rgb(61,21,185); }

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