Html Css Color HEX #3D1FCE Purple Heart

📋 copy color: '#3D1FCE'

red 61 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #3D1FCE

Tints of Purple Heart #3D1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 206 (80.86% from 255) = 69.13%

R = 20.47%
G = 10.4%
B = 69.13%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D1FCE (or 0x3D1FCE) is known color: Purple Heart. HEX triplet: 3D, 1F and CE. RGB value is (61,31,206). Sum of RGB (Red+Green+Blue) = 61+31+206=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1FCE is #C2E031. Grayscale: #3B3B3B. Windows color (decimal): -12771378 or 13508413. OLE color: 13508413.

HSL color Cylindrical-coordinate representation of color #3D1FCE: hue angle of 250.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1FCE is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 31 206 -
CMYK 0.70 0.85 0 0.19
HSL 250.29º 0.74% 0.46% -
HSV(B) 250.29º 0.85% 0.81% -
XYZ 13.56 6.43 58.92 -
YUV 59.92 210.44 128.77 -
System Red Green Blue C M Y K H S L
Decimal 61 31 206 0.70 0.85 0 0.19 250.29 0.74 0.46
Hex 3D 1F CE 46 55 0 13 FA 4A 2E
Octal 75 37 316 106 125 0 23 372 112 56
Binary 111101 11111 11001110 1000110 1010101 0 10011 11111010 1001010 101110

Color Harmonies of #3D1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1FCE

Black with #3D1FCE

Text Example


Text Example

White with #3D1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,206); }

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

background-color css

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

 a { background-color: rgb(61,31,206); }

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

border-color css

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

 span { border-color: rgb(61,31,206); }

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