Html Css Color HEX #7435BA Purple Heart

📋 copy color: '#7435BA'

red 116 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #7435BA

Tints of Purple Heart #7435BA

RGB

 RED value IS 116 (45.7% from 255) = 32.68%

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 32.68%
G = 14.93%
B = 52.39%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7435BA (or 0x7435BA) is known color: Purple Heart. HEX triplet: 74, 35 and BA. RGB value is (116,53,186). Sum of RGB (Red+Green+Blue) = 116+53+186=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #7435BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435BA is #8BCA45. Grayscale: #565656. Windows color (decimal): -9161286 or 12203380. OLE color: 12203380.

HSL color Cylindrical-coordinate representation of color #7435BA: hue angle of 268.42º 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 #7435BA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 53 186 -
CMYK 0.38 0.72 0 0.27
HSL 268.42º 0.56% 0.47% -
HSV(B) 268.42º 0.72% 0.73% -
XYZ 17.34 9.8 47.43 -
YUV 87 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 116 53 186 0.38 0.72 0 0.27 268.42 0.56 0.47
Hex 74 35 BA 26 48 0 1B 10C 38 2F
Octal 164 65 272 46 110 0 33 414 70 57
Binary 1110100 110101 10111010 100110 1001000 0 11011 100001100 111000 101111

Color Harmonies of #7435BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435BA

Black with #7435BA

Text Example


Text Example

White with #7435BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7435BA; }

 p { color: rgb(116,53,186); }

 H1.HeaderClassName
 {
   color: #7435BA;
 }
 .AnyTagClassName
 {
   color: #7435BA;
 }
</style>

background-color css

<style>
 a { background-color: #7435BA; }

 a { background-color: rgb(116,53,186); }

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

border-color css

<style>
 span { border-color: #7435BA; }

 span { border-color: rgb(116,53,186); }

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