Html Css Color HEX #7432CF Purple Heart

📋 copy color: '#7432CF'

red 116 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #7432CF

Tints of Purple Heart #7432CF

RGB

 RED value IS 116 (45.7% from 255) = 31.1%

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

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

R = 31.1%
G = 13.4%
B = 55.5%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7432CF (or 0x7432CF) is known color: Purple Heart. HEX triplet: 74, 32 and CF. RGB value is (116,50,207). Sum of RGB (Red+Green+Blue) = 116+50+207=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #7432CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7432CF is #8BCD30. Grayscale: #575757. Windows color (decimal): -9162033 or 13578868. OLE color: 13578868.

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

Color convert

RGB 116 50 207 -
CMYK 0.44 0.76 0 0.19
HSL 265.22º 0.62% 0.5% -
HSV(B) 265.22º 0.76% 0.81% -
XYZ 19.61 10.5 60.02 -
YUV 87.63 195.37 148.23 -
System Red Green Blue C M Y K H S L
Decimal 116 50 207 0.44 0.76 0 0.19 265.22 0.62 0.5
Hex 74 32 CF 2C 4C 0 13 109 3E 32
Octal 164 62 317 54 114 0 23 411 76 62
Binary 1110100 110010 11001111 101100 1001100 0 10011 100001001 111110 110010

Color Harmonies of #7432CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7432CF

Black with #7432CF

Text Example


Text Example

White with #7432CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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