Html Css Color HEX #7435D2 Purple Heart

📋 copy color: '#7435D2'

red 116 ◦ green 53 ◦ blue 210

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

Shades of Purple Heart #7435D2

Tints of Purple Heart #7435D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 55.41%

R = 30.61%
G = 13.98%
B = 55.41%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7435D2 (or 0x7435D2) is known color: Purple Heart. HEX triplet: 74, 35 and D2. RGB value is (116,53,210). Sum of RGB (Red+Green+Blue) = 116+53+210=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 210 (82.42% from 255 or 55.41% from 379); Max value from RGB is 210 - color contains mainly: blue. Hex color #7435D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435D2 is #8BCA2D. Grayscale: #595959. Windows color (decimal): -9161262 or 13776244. OLE color: 13776244.

HSL color Cylindrical-coordinate representation of color #7435D2: hue angle of 264.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7435D2 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 53 210 -
CMYK 0.45 0.75 0 0.18
HSL 264.08º 0.64% 0.52% -
HSV(B) 264.08º 0.75% 0.82% -
XYZ 20.11 10.91 62.02 -
YUV 89.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 116 53 210 0.45 0.75 0 0.18 264.08 0.64 0.52
Hex 74 35 D2 2D 4B 0 12 108 40 34
Octal 164 65 322 55 113 0 22 410 100 64
Binary 1110100 110101 11010010 101101 1001011 0 10010 100001000 1000000 110100

Color Harmonies of #7435D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435D2

Black with #7435D2

Text Example


Text Example

White with #7435D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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