Html Css Color HEX #7731CD Purple Heart

📋 copy color: '#7731CD'

red 119 ◦ green 49 ◦ blue 205

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

Shades of Purple Heart #7731CD

Tints of Purple Heart #7731CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 31.9%
G = 13.14%
B = 54.96%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7731CD (or 0x7731CD) is known color: Purple Heart. HEX triplet: 77, 31 and CD. RGB value is (119,49,205). Sum of RGB (Red+Green+Blue) = 119+49+205=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #7731CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731CD is #88CE32. Grayscale: #575757. Windows color (decimal): -8965683 or 13447543. OLE color: 13447543.

HSL color Cylindrical-coordinate representation of color #7731CD: hue angle of 266.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7731CD is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 49 205 -
CMYK 0.42 0.76 0 0.20
HSL 266.92º 0.61% 0.5% -
HSV(B) 266.92º 0.76% 0.8% -
XYZ 19.73 10.53 58.75 -
YUV 87.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 119 49 205 0.42 0.76 0 0.20 266.92 0.61 0.5
Hex 77 31 CD 2A 4C 0 14 10B 3D 32
Octal 167 61 315 52 114 0 24 413 75 62
Binary 1110111 110001 11001101 101010 1001100 0 10100 100001011 111101 110010

Color Harmonies of #7731CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731CD

Black with #7731CD

Text Example


Text Example

White with #7731CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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