Html Css Color HEX #3D17AE Purple Heart

📋 copy color: '#3D17AE'

red 61 ◦ green 23 ◦ blue 174

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

Shades of Purple Heart #3D17AE

Tints of Purple Heart #3D17AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 23.64%
G = 8.91%
B = 67.44%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D17AE (or 0x3D17AE) is known color: Purple Heart. HEX triplet: 3D, 17 and AE. RGB value is (61,23,174). Sum of RGB (Red+Green+Blue) = 61+23+174=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D17AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D17AE is #C2E851. Grayscale: #333333. Windows color (decimal): -12773458 or 11409213. OLE color: 11409213.

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

Color convert

RGB 61 23 174 -
CMYK 0.65 0.87 0 0.32
HSL 255.1º 0.77% 0.39% -
HSV(B) 255.1º 0.87% 0.68% -
XYZ 9.87 4.66 40.42 -
YUV 51.58 197.09 134.72 -
System Red Green Blue C M Y K H S L
Decimal 61 23 174 0.65 0.87 0 0.32 255.1 0.77 0.39
Hex 3D 17 AE 41 57 0 20 FF 4D 27
Octal 75 27 256 101 127 0 40 377 115 47
Binary 111101 10111 10101110 1000001 1010111 0 100000 11111111 1001101 100111

Color Harmonies of #3D17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D17AE

Black with #3D17AE

Text Example


Text Example

White with #3D17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,174); }

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

background-color css

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

 a { background-color: rgb(61,23,174); }

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

border-color css

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

 span { border-color: rgb(61,23,174); }

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