Html Css Color HEX #3D15AD Purple Heart

📋 copy color: '#3D15AD'

red 61 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #3D15AD

Tints of Purple Heart #3D15AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 23.92%
G = 8.24%
B = 67.84%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D15AD (or 0x3D15AD) is known color: Purple Heart. HEX triplet: 3D, 15 and AD. RGB value is (61,21,173). Sum of RGB (Red+Green+Blue) = 61+21+173=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D15AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D15AD is #C2EA52. Grayscale: #313131. Windows color (decimal): -12773971 or 11343165. OLE color: 11343165.

HSL color Cylindrical-coordinate representation of color #3D15AD: hue angle of 255.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D15AD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 21 173 -
CMYK 0.65 0.88 0 0.32
HSL 255.79º 0.78% 0.38% -
HSV(B) 255.79º 0.88% 0.68% -
XYZ 9.74 4.55 39.9 -
YUV 50.29 197.25 135.64 -
System Red Green Blue C M Y K H S L
Decimal 61 21 173 0.65 0.88 0 0.32 255.79 0.78 0.38
Hex 3D 15 AD 41 58 0 20 100 4E 26
Octal 75 25 255 101 130 0 40 400 116 46
Binary 111101 10101 10101101 1000001 1011000 0 100000 100000000 1001110 100110

Color Harmonies of #3D15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D15AD

Black with #3D15AD

Text Example


Text Example

White with #3D15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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