Html Css Color HEX #3D1CBE Purple Heart

📋 copy color: '#3D1CBE'

red 61 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #3D1CBE

Tints of Purple Heart #3D1CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 21.86%
G = 10.04%
B = 68.1%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D1CBE (or 0x3D1CBE) is known color: Purple Heart. HEX triplet: 3D, 1C and BE. RGB value is (61,28,190). Sum of RGB (Red+Green+Blue) = 61+28+190=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D1CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1CBE is #C2E341. Grayscale: #373737. Windows color (decimal): -12772162 or 12459069. OLE color: 12459069.

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

Color convert

RGB 61 28 190 -
CMYK 0.68 0.85 0 0.25
HSL 252.22º 0.74% 0.43% -
HSV(B) 252.22º 0.85% 0.75% -
XYZ 11.63 5.54 49.17 -
YUV 56.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 61 28 190 0.68 0.85 0 0.25 252.22 0.74 0.43
Hex 3D 1C BE 44 55 0 19 FC 4A 2B
Octal 75 34 276 104 125 0 31 374 112 53
Binary 111101 11100 10111110 1000100 1010101 0 11001 11111100 1001010 101011

Color Harmonies of #3D1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1CBE

Black with #3D1CBE

Text Example


Text Example

White with #3D1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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