Html Css Color HEX #3D12B4 Purple Heart

📋 copy color: '#3D12B4'

red 61 ◦ green 18 ◦ blue 180

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

Shades of Purple Heart #3D12B4

Tints of Purple Heart #3D12B4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 180 (70.7% from 255) = 69.5%

R = 23.55%
G = 6.95%
B = 69.5%

CMYK

 C value IS 0.66

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3D12B4 (or 0x3D12B4) is known color: Purple Heart. HEX triplet: 3D, 12 and B4. RGB value is (61,18,180). Sum of RGB (Red+Green+Blue) = 61+18+180=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D12B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12B4 is #C2ED4B. Grayscale: #303030. Windows color (decimal): -12774732 or 11801149. OLE color: 11801149.

HSL color Cylindrical-coordinate representation of color #3D12B4: hue angle of 255.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D12B4 is Cyan = 0.66, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 18 180 -
CMYK 0.66 0.9 0 0.29
HSL 255.93º 0.82% 0.39% -
HSV(B) 255.93º 0.9% 0.71% -
XYZ 10.38 4.72 43.54 -
YUV 49.33 201.75 136.33 -
System Red Green Blue C M Y K H S L
Decimal 61 18 180 0.66 0.9 0 0.29 255.93 0.82 0.39
Hex 3D 12 B4 42 5A 0 1D 100 52 27
Octal 75 22 264 102 132 0 35 400 122 47
Binary 111101 10010 10110100 1000010 1011010 0 11101 100000000 1010010 100111

Color Harmonies of #3D12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D12B4

Black with #3D12B4

Text Example


Text Example

White with #3D12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,18,180); }

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

background-color css

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

 a { background-color: rgb(61,18,180); }

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

border-color css

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

 span { border-color: rgb(61,18,180); }

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