Html Css Color HEX #7435D0 Purple Heart

📋 copy color: '#7435D0'

red 116 ◦ green 53 ◦ blue 208

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

Shades of Purple Heart #7435D0

Tints of Purple Heart #7435D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.17%

R = 30.77%
G = 14.06%
B = 55.17%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7435D0 (or 0x7435D0) is known color: Purple Heart. HEX triplet: 74, 35 and D0. RGB value is (116,53,208). Sum of RGB (Red+Green+Blue) = 116+53+208=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #7435D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435D0 is #8BCA2F. Grayscale: #585858. Windows color (decimal): -9161264 or 13645172. OLE color: 13645172.

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

Color convert

RGB 116 53 208 -
CMYK 0.44 0.75 0 0.18
HSL 264.39º 0.62% 0.51% -
HSV(B) 264.39º 0.75% 0.82% -
XYZ 19.86 10.81 60.71 -
YUV 89.51 194.87 146.9 -
System Red Green Blue C M Y K H S L
Decimal 116 53 208 0.44 0.75 0 0.18 264.39 0.62 0.51
Hex 74 35 D0 2C 4B 0 12 108 3E 33
Octal 164 65 320 54 113 0 22 410 76 63
Binary 1110100 110101 11010000 101100 1001011 0 10010 100001000 111110 110011

Color Harmonies of #7435D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435D0

Black with #7435D0

Text Example


Text Example

White with #7435D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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