Html Css Color HEX #7332CF Purple Heart

📋 copy color: '#7332CF'

red 115 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #7332CF

Tints of Purple Heart #7332CF

RGB

 RED value IS 115 (45.31% from 255) = 30.91%

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

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

R = 30.91%
G = 13.44%
B = 55.65%

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

#7332CF (or 0x7332CF) is known color: Purple Heart. HEX triplet: 73, 32 and CF. RGB value is (115,50,207). Sum of RGB (Red+Green+Blue) = 115+50+207=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #7332CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332CF is #8CCD30. Grayscale: #565656. Windows color (decimal): -9227569 or 13578867. OLE color: 13578867.

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

Color convert

RGB 115 50 207 -
CMYK 0.44 0.76 0 0.19
HSL 264.84º 0.62% 0.5% -
HSV(B) 264.84º 0.76% 0.81% -
XYZ 19.47 10.43 60.02 -
YUV 87.33 195.53 147.73 -
System Red Green Blue C M Y K H S L
Decimal 115 50 207 0.44 0.76 0 0.19 264.84 0.62 0.5
Hex 73 32 CF 2C 4C 0 13 109 3E 32
Octal 163 62 317 54 114 0 23 411 76 62
Binary 1110011 110010 11001111 101100 1001100 0 10011 100001001 111110 110010

Color Harmonies of #7332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7332CF

Black with #7332CF

Text Example


Text Example

White with #7332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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