Html Css Color HEX #7732CA Purple Heart

📋 copy color: '#7732CA'

red 119 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #7732CA

Tints of Purple Heart #7732CA

RGB

 RED value IS 119 (46.88% from 255) = 32.08%

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 32.08%
G = 13.48%
B = 54.45%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7732CA (or 0x7732CA) is known color: Purple Heart. HEX triplet: 77, 32 and CA. RGB value is (119,50,202). Sum of RGB (Red+Green+Blue) = 119+50+202=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #7732CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732CA is #88CD35. Grayscale: #575757. Windows color (decimal): -8965430 or 13251191. OLE color: 13251191.

HSL color Cylindrical-coordinate representation of color #7732CA: hue angle of 267.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7732CA is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 50 202 -
CMYK 0.41 0.75 0 0.21
HSL 267.24º 0.6% 0.49% -
HSV(B) 267.24º 0.75% 0.79% -
XYZ 19.41 10.47 56.87 -
YUV 87.96 192.36 150.14 -
System Red Green Blue C M Y K H S L
Decimal 119 50 202 0.41 0.75 0 0.21 267.24 0.6 0.49
Hex 77 32 CA 29 4B 0 15 10B 3C 31
Octal 167 62 312 51 113 0 25 413 74 61
Binary 1110111 110010 11001010 101001 1001011 0 10101 100001011 111100 110001

Color Harmonies of #7732CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7732CA

Black with #7732CA

Text Example


Text Example

White with #7732CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7732CA; }

 p { color: rgb(119,50,202); }

 H1.HeaderClassName
 {
   color: #7732CA;
 }
 .AnyTagClassName
 {
   color: #7732CA;
 }
</style>

background-color css

<style>
 a { background-color: #7732CA; }

 a { background-color: rgb(119,50,202); }

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

border-color css

<style>
 span { border-color: #7732CA; }

 span { border-color: rgb(119,50,202); }

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