Html Css Color HEX #7435BD Purple Heart

📋 copy color: '#7435BD'

red 116 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #7435BD

Tints of Purple Heart #7435BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 32.4%
G = 14.8%
B = 52.79%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7435BD (or 0x7435BD) is known color: Purple Heart. HEX triplet: 74, 35 and BD. RGB value is (116,53,189). Sum of RGB (Red+Green+Blue) = 116+53+189=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7435BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435BD is #8BCA42. Grayscale: #565656. Windows color (decimal): -9161283 or 12399988. OLE color: 12399988.

HSL color Cylindrical-coordinate representation of color #7435BD: hue angle of 267.79º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7435BD is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 53 189 -
CMYK 0.39 0.72 0 0.26
HSL 267.79º 0.56% 0.47% -
HSV(B) 267.79º 0.72% 0.74% -
XYZ 17.66 9.93 49.13 -
YUV 87.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 116 53 189 0.39 0.72 0 0.26 267.79 0.56 0.47
Hex 74 35 BD 27 48 0 1A 10C 38 2F
Octal 164 65 275 47 110 0 32 414 70 57
Binary 1110100 110101 10111101 100111 1001000 0 11010 100001100 111000 101111

Color Harmonies of #7435BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435BD

Black with #7435BD

Text Example


Text Example

White with #7435BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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