Html Css Color HEX #7731CF Purple Heart

📋 copy color: '#7731CF'

red 119 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #7731CF

Tints of Purple Heart #7731CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 31.73%
G = 13.07%
B = 55.2%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7731CF (or 0x7731CF) is known color: Purple Heart. HEX triplet: 77, 31 and CF. RGB value is (119,49,207). Sum of RGB (Red+Green+Blue) = 119+49+207=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #7731CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731CF is #88CE30. Grayscale: #575757. Windows color (decimal): -8965681 or 13578615. OLE color: 13578615.

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

Color convert

RGB 119 49 207 -
CMYK 0.43 0.76 0 0.19
HSL 266.58º 0.62% 0.5% -
HSV(B) 266.58º 0.76% 0.81% -
XYZ 19.97 10.62 60.03 -
YUV 87.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 119 49 207 0.43 0.76 0 0.19 266.58 0.62 0.5
Hex 77 31 CF 2B 4C 0 13 10B 3E 32
Octal 167 61 317 53 114 0 23 413 76 62
Binary 1110111 110001 11001111 101011 1001100 0 10011 100001011 111110 110010

Color Harmonies of #7731CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731CF

Black with #7731CF

Text Example


Text Example

White with #7731CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,49,207); }

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

background-color css

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

 a { background-color: rgb(119,49,207); }

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

border-color css

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

 span { border-color: rgb(119,49,207); }

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