Html Css Color HEX #7128CF Purple Heart

📋 copy color: '#7128CF'

red 113 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #7128CF

Tints of Purple Heart #7128CF

RGB

 RED value IS 113 (44.53% from 255) = 31.39%

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 31.39%
G = 11.11%
B = 57.5%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7128CF (or 0x7128CF) is known color: Purple Heart. HEX triplet: 71, 28 and CF. RGB value is (113,40,207). Sum of RGB (Red+Green+Blue) = 113+40+207=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #7128CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128CF is #8ED730. Grayscale: #505050. Windows color (decimal): -9361201 or 13576305. OLE color: 13576305.

HSL color Cylindrical-coordinate representation of color #7128CF: hue angle of 266.23º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7128CF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 40 207 -
CMYK 0.45 0.81 0 0.19
HSL 266.23º 0.68% 0.48% -
HSV(B) 266.23º 0.81% 0.81% -
XYZ 18.83 9.53 59.88 -
YUV 80.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 113 40 207 0.45 0.81 0 0.19 266.23 0.68 0.48
Hex 71 28 CF 2D 51 0 13 10A 44 30
Octal 161 50 317 55 121 0 23 412 104 60
Binary 1110001 101000 11001111 101101 1010001 0 10011 100001010 1000100 110000

Color Harmonies of #7128CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128CF

Black with #7128CF

Text Example


Text Example

White with #7128CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,40,207); }

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

background-color css

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

 a { background-color: rgb(113,40,207); }

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

border-color css

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

 span { border-color: rgb(113,40,207); }

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