Html Css Color HEX #3D1FC6 Purple Heart

📋 copy color: '#3D1FC6'

red 61 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #3D1FC6

Tints of Purple Heart #3D1FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 68.28%

R = 21.03%
G = 10.69%
B = 68.28%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3D1FC6 (or 0x3D1FC6) is known color: Purple Heart. HEX triplet: 3D, 1F and C6. RGB value is (61,31,198). Sum of RGB (Red+Green+Blue) = 61+31+198=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1FC6 is #C2E039. Grayscale: #3A3A3A. Windows color (decimal): -12771386 or 12984125. OLE color: 12984125.

HSL color Cylindrical-coordinate representation of color #3D1FC6: hue angle of 250.78º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1FC6 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 31 198 -
CMYK 0.69 0.84 0 0.22
HSL 250.78º 0.73% 0.45% -
HSV(B) 250.78º 0.84% 0.78% -
XYZ 12.61 6.05 53.93 -
YUV 59.01 206.44 129.42 -
System Red Green Blue C M Y K H S L
Decimal 61 31 198 0.69 0.84 0 0.22 250.78 0.73 0.45
Hex 3D 1F C6 45 54 0 16 FB 49 2D
Octal 75 37 306 105 124 0 26 373 111 55
Binary 111101 11111 11000110 1000101 1010100 0 10110 11111011 1001001 101101

Color Harmonies of #3D1FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1FC6

Black with #3D1FC6

Text Example


Text Example

White with #3D1FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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