Html Css Color HEX #7328CF Purple Heart

📋 copy color: '#7328CF'

red 115 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #7328CF

Tints of Purple Heart #7328CF

RGB

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

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

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

R = 31.77%
G = 11.05%
B = 57.18%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7328CF (or 0x7328CF) is known color: Purple Heart. HEX triplet: 73, 28 and CF. RGB value is (115,40,207). Sum of RGB (Red+Green+Blue) = 115+40+207=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #7328CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328CF is #8CD730. Grayscale: #505050. Windows color (decimal): -9230129 or 13576307. OLE color: 13576307.

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

Color convert

RGB 115 40 207 -
CMYK 0.44 0.81 0 0.19
HSL 266.95º 0.68% 0.48% -
HSV(B) 266.95º 0.81% 0.81% -
XYZ 19.09 9.67 59.89 -
YUV 81.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 115 40 207 0.44 0.81 0 0.19 266.95 0.68 0.48
Hex 73 28 CF 2C 51 0 13 10B 44 30
Octal 163 50 317 54 121 0 23 413 104 60
Binary 1110011 101000 11001111 101100 1010001 0 10011 100001011 1000100 110000

Color Harmonies of #7328CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7328CF

Black with #7328CF

Text Example


Text Example

White with #7328CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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