Html Css Color HEX #7735BF Purple Heart

📋 copy color: '#7735BF'

red 119 ◦ green 53 ◦ blue 191

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

Shades of Purple Heart #7735BF

Tints of Purple Heart #7735BF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 191 (75% from 255) = 52.62%

R = 32.78%
G = 14.6%
B = 52.62%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7735BF (or 0x7735BF) is known color: Purple Heart. HEX triplet: 77, 35 and BF. RGB value is (119,53,191). Sum of RGB (Red+Green+Blue) = 119+53+191=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #7735BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735BF is #88CA40. Grayscale: #575757. Windows color (decimal): -8964673 or 12531063. OLE color: 12531063.

HSL color Cylindrical-coordinate representation of color #7735BF: hue angle of 268.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7735BF is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 53 191 -
CMYK 0.38 0.72 0 0.25
HSL 268.7º 0.57% 0.48% -
HSV(B) 268.7º 0.72% 0.75% -
XYZ 18.28 10.23 50.3 -
YUV 88.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 119 53 191 0.38 0.72 0 0.25 268.7 0.57 0.48
Hex 77 35 BF 26 48 0 19 10D 39 30
Octal 167 65 277 46 110 0 31 415 71 60
Binary 1110111 110101 10111111 100110 1001000 0 11001 100001101 111001 110000

Color Harmonies of #7735BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7735BF

Black with #7735BF

Text Example


Text Example

White with #7735BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7735BF; }

 p { color: rgb(119,53,191); }

 H1.HeaderClassName
 {
   color: #7735BF;
 }
 .AnyTagClassName
 {
   color: #7735BF;
 }
</style>

background-color css

<style>
 a { background-color: #7735BF; }

 a { background-color: rgb(119,53,191); }

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

border-color css

<style>
 span { border-color: #7735BF; }

 span { border-color: rgb(119,53,191); }

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