Html Css Color HEX #7F3DBF Purple Heart

📋 copy color: '#7F3DBF'

red 127 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #7F3DBF

Tints of Purple Heart #7F3DBF

RGB

 RED value IS 127 (50% from 255) = 33.51%

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 191 (75% from 255) = 50.4%

R = 33.51%
G = 16.09%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F3DBF (or 0x7F3DBF) is known color: Purple Heart. HEX triplet: 7F, 3D and BF. RGB value is (127,61,191). Sum of RGB (Red+Green+Blue) = 127+61+191=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DBF is #80C240. Grayscale: #5F5F5F. Windows color (decimal): -8438337 or 12533119. OLE color: 12533119.

HSL color Cylindrical-coordinate representation of color #7F3DBF: hue angle of 270.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F3DBF is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 61 191 -
CMYK 0.34 0.68 0 0.25
HSL 270.46º 0.52% 0.49% -
HSV(B) 270.46º 0.68% 0.75% -
XYZ 19.83 11.61 50.49 -
YUV 95.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 127 61 191 0.34 0.68 0 0.25 270.46 0.52 0.49
Hex 7F 3D BF 22 44 0 19 10E 34 31
Octal 177 75 277 42 104 0 31 416 64 61
Binary 1111111 111101 10111111 100010 1000100 0 11001 100001110 110100 110001

Color Harmonies of #7F3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3DBF

Black with #7F3DBF

Text Example


Text Example

White with #7F3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F3DBF; }

 p { color: rgb(127,61,191); }

 H1.HeaderClassName
 {
   color: #7F3DBF;
 }
 .AnyTagClassName
 {
   color: #7F3DBF;
 }
</style>

background-color css

<style>
 a { background-color: #7F3DBF; }

 a { background-color: rgb(127,61,191); }

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

border-color css

<style>
 span { border-color: #7F3DBF; }

 span { border-color: rgb(127,61,191); }

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