Html Css Color HEX #7031CF Purple Heart

📋 copy color: '#7031CF'

red 112 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #7031CF

Tints of Purple Heart #7031CF

RGB

 RED value IS 112 (44.14% from 255) = 30.43%

 GREEN value IS 49 (19.53% from 255) = 13.32%

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 30.43%
G = 13.32%
B = 56.25%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7031CF (or 0x7031CF) is known color: Purple Heart. HEX triplet: 70, 31 and CF. RGB value is (112,49,207). Sum of RGB (Red+Green+Blue) = 112+49+207=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #7031CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7031CF is #8FCE30. Grayscale: #555555. Windows color (decimal): -9424433 or 13578608. OLE color: 13578608.

HSL color Cylindrical-coordinate representation of color #7031CF: hue angle of 263.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7031CF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 49 207 -
CMYK 0.46 0.76 0 0.19
HSL 263.92º 0.62% 0.5% -
HSV(B) 263.92º 0.76% 0.81% -
XYZ 19.04 10.15 59.99 -
YUV 85.85 196.37 146.65 -
System Red Green Blue C M Y K H S L
Decimal 112 49 207 0.46 0.76 0 0.19 263.92 0.62 0.5
Hex 70 31 CF 2E 4C 0 13 108 3E 32
Octal 160 61 317 56 114 0 23 410 76 62
Binary 1110000 110001 11001111 101110 1001100 0 10011 100001000 111110 110010

Color Harmonies of #7031CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7031CF

Black with #7031CF

Text Example


Text Example

White with #7031CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7031CF; }

 p { color: rgb(112,49,207); }

 H1.HeaderClassName
 {
   color: #7031CF;
 }
 .AnyTagClassName
 {
   color: #7031CF;
 }
</style>

background-color css

<style>
 a { background-color: #7031CF; }

 a { background-color: rgb(112,49,207); }

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

border-color css

<style>
 span { border-color: #7031CF; }

 span { border-color: rgb(112,49,207); }

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