Html Css Color HEX #7435BC Purple Heart

📋 copy color: '#7435BC'

red 116 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #7435BC

Tints of Purple Heart #7435BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 32.49%
G = 14.85%
B = 52.66%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7435BC (or 0x7435BC) is known color: Purple Heart. HEX triplet: 74, 35 and BC. RGB value is (116,53,188). Sum of RGB (Red+Green+Blue) = 116+53+188=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #7435BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435BC is #8BCA43. Grayscale: #565656. Windows color (decimal): -9161284 or 12334452. OLE color: 12334452.

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

Color convert

RGB 116 53 188 -
CMYK 0.38 0.72 0 0.26
HSL 268º 0.56% 0.47% -
HSV(B) 268º 0.72% 0.74% -
XYZ 17.55 9.89 48.56 -
YUV 87.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 116 53 188 0.38 0.72 0 0.26 268 0.56 0.47
Hex 74 35 BC 26 48 0 1A 10C 38 2F
Octal 164 65 274 46 110 0 32 414 70 57
Binary 1110100 110101 10111100 100110 1001000 0 11010 100001100 111000 101111

Color Harmonies of #7435BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435BC

Black with #7435BC

Text Example


Text Example

White with #7435BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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