Html Css Color HEX #7434CB Purple Heart

📋 copy color: '#7434CB'

red 116 ◦ green 52 ◦ blue 203

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

Shades of Purple Heart #7434CB

Tints of Purple Heart #7434CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 31.27%
G = 14.02%
B = 54.72%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7434CB (or 0x7434CB) is known color: Purple Heart. HEX triplet: 74, 34 and CB. RGB value is (116,52,203). Sum of RGB (Red+Green+Blue) = 116+52+203=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #7434CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434CB is #8BCB34. Grayscale: #575757. Windows color (decimal): -9161525 or 13317236. OLE color: 13317236.

HSL color Cylindrical-coordinate representation of color #7434CB: hue angle of 265.43º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7434CB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 52 203 -
CMYK 0.43 0.74 0 0.20
HSL 265.43º 0.59% 0.5% -
HSV(B) 265.43º 0.74% 0.8% -
XYZ 19.21 10.48 57.51 -
YUV 88.35 192.7 147.72 -
System Red Green Blue C M Y K H S L
Decimal 116 52 203 0.43 0.74 0 0.20 265.43 0.59 0.5
Hex 74 34 CB 2B 4A 0 14 109 3B 32
Octal 164 64 313 53 112 0 24 411 73 62
Binary 1110100 110100 11001011 101011 1001010 0 10100 100001001 111011 110010

Color Harmonies of #7434CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434CB

Black with #7434CB

Text Example


Text Example

White with #7434CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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