Html Css Color HEX #7132CF Purple Heart

📋 copy color: '#7132CF'

red 113 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #7132CF

Tints of Purple Heart #7132CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

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

R = 30.54%
G = 13.51%
B = 55.95%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7132CF (or 0x7132CF) is known color: Purple Heart. HEX triplet: 71, 32 and CF. RGB value is (113,50,207). Sum of RGB (Red+Green+Blue) = 113+50+207=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #7132CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132CF is #8ECD30. Grayscale: #565656. Windows color (decimal): -9358641 or 13578865. OLE color: 13578865.

HSL color Cylindrical-coordinate representation of color #7132CF: hue angle of 264.08º 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 #7132CF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 50 207 -
CMYK 0.45 0.76 0 0.19
HSL 264.08º 0.62% 0.5% -
HSV(B) 264.08º 0.76% 0.81% -
XYZ 19.21 10.3 60.01 -
YUV 86.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 113 50 207 0.45 0.76 0 0.19 264.08 0.62 0.5
Hex 71 32 CF 2D 4C 0 13 108 3E 32
Octal 161 62 317 55 114 0 23 410 76 62
Binary 1110001 110010 11001111 101101 1001100 0 10011 100001000 111110 110010

Color Harmonies of #7132CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7132CF

Black with #7132CF

Text Example


Text Example

White with #7132CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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