Html Css Color HEX #7435C2 Purple Heart

📋 copy color: '#7435C2'

red 116 ◦ green 53 ◦ blue 194

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

Shades of Purple Heart #7435C2

Tints of Purple Heart #7435C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.44%

R = 31.96%
G = 14.6%
B = 53.44%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7435C2 (or 0x7435C2) is known color: Purple Heart. HEX triplet: 74, 35 and C2. RGB value is (116,53,194). Sum of RGB (Red+Green+Blue) = 116+53+194=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #7435C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435C2 is #8BCA3D. Grayscale: #575757. Windows color (decimal): -9161278 or 12727668. OLE color: 12727668.

HSL color Cylindrical-coordinate representation of color #7435C2: hue angle of 266.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7435C2 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 53 194 -
CMYK 0.40 0.73 0 0.24
HSL 266.81º 0.57% 0.48% -
HSV(B) 266.81º 0.73% 0.76% -
XYZ 18.21 10.15 52.04 -
YUV 87.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 116 53 194 0.40 0.73 0 0.24 266.81 0.57 0.48
Hex 74 35 C2 28 49 0 18 10B 39 30
Octal 164 65 302 50 111 0 30 413 71 60
Binary 1110100 110101 11000010 101000 1001001 0 11000 100001011 111001 110000

Color Harmonies of #7435C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7435C2

Black with #7435C2

Text Example


Text Example

White with #7435C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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