Html Css Color HEX #7735BB Purple Heart

📋 copy color: '#7735BB'

red 119 ◦ green 53 ◦ blue 187

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

Shades of Purple Heart #7735BB

Tints of Purple Heart #7735BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 33.15%
G = 14.76%
B = 52.09%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7735BB (or 0x7735BB) is known color: Purple Heart. HEX triplet: 77, 35 and BB. RGB value is (119,53,187). Sum of RGB (Red+Green+Blue) = 119+53+187=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #7735BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7735BB is #88CA44. Grayscale: #575757. Windows color (decimal): -8964677 or 12268919. OLE color: 12268919.

HSL color Cylindrical-coordinate representation of color #7735BB: hue angle of 269.55º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7735BB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 53 187 -
CMYK 0.36 0.72 0 0.27
HSL 269.55º 0.56% 0.47% -
HSV(B) 269.55º 0.72% 0.73% -
XYZ 17.85 10.06 48.01 -
YUV 88.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 119 53 187 0.36 0.72 0 0.27 269.55 0.56 0.47
Hex 77 35 BB 24 48 0 1B 10E 38 2F
Octal 167 65 273 44 110 0 33 416 70 57
Binary 1110111 110101 10111011 100100 1001000 0 11011 100001110 111000 101111

Color Harmonies of #7735BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7735BB

Black with #7735BB

Text Example


Text Example

White with #7735BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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