Html Css Color HEX #7434CE Purple Heart

📋 copy color: '#7434CE'

red 116 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #7434CE

Tints of Purple Heart #7434CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 31.02%
G = 13.9%
B = 55.08%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7434CE (or 0x7434CE) is known color: Purple Heart. HEX triplet: 74, 34 and CE. RGB value is (116,52,206). Sum of RGB (Red+Green+Blue) = 116+52+206=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7434CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434CE is #8BCB31. Grayscale: #585858. Windows color (decimal): -9161522 or 13513844. OLE color: 13513844.

HSL color Cylindrical-coordinate representation of color #7434CE: hue angle of 264.94º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7434CE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 52 206 -
CMYK 0.44 0.75 0 0.19
HSL 264.94º 0.61% 0.51% -
HSV(B) 264.94º 0.75% 0.81% -
XYZ 19.57 10.63 59.41 -
YUV 88.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 116 52 206 0.44 0.75 0 0.19 264.94 0.61 0.51
Hex 74 34 CE 2C 4B 0 13 109 3D 33
Octal 164 64 316 54 113 0 23 411 75 63
Binary 1110100 110100 11001110 101100 1001011 0 10011 100001001 111101 110011

Color Harmonies of #7434CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434CE

Black with #7434CE

Text Example


Text Example

White with #7434CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7434CE; }

 p { color: rgb(116,52,206); }

 H1.HeaderClassName
 {
   color: #7434CE;
 }
 .AnyTagClassName
 {
   color: #7434CE;
 }
</style>

background-color css

<style>
 a { background-color: #7434CE; }

 a { background-color: rgb(116,52,206); }

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

border-color css

<style>
 span { border-color: #7434CE; }

 span { border-color: rgb(116,52,206); }

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