Html Css Color HEX #7433D4 Purple Heart

📋 copy color: '#7433D4'

red 116 ◦ green 51 ◦ blue 212

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

Shades of Purple Heart #7433D4

Tints of Purple Heart #7433D4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

 BLUE value IS 212 (83.2% from 255) = 55.94%

R = 30.61%
G = 13.46%
B = 55.94%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7433D4 (or 0x7433D4) is known color: Purple Heart. HEX triplet: 74, 33 and D4. RGB value is (116,51,212). Sum of RGB (Red+Green+Blue) = 116+51+212=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #7433D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7433D4 is #8BCC2B. Grayscale: #585858. Windows color (decimal): -9161772 or 13906804. OLE color: 13906804.

HSL color Cylindrical-coordinate representation of color #7433D4: hue angle of 264.22º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7433D4 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 51 212 -
CMYK 0.45 0.76 0 0.17
HSL 264.22º 0.65% 0.52% -
HSV(B) 264.22º 0.76% 0.83% -
XYZ 20.27 10.83 63.31 -
YUV 88.79 197.53 147.41 -
System Red Green Blue C M Y K H S L
Decimal 116 51 212 0.45 0.76 0 0.17 264.22 0.65 0.52
Hex 74 33 D4 2D 4C 0 11 108 41 34
Octal 164 63 324 55 114 0 21 410 101 64
Binary 1110100 110011 11010100 101101 1001100 0 10001 100001000 1000001 110100

Color Harmonies of #7433D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7433D4

Black with #7433D4

Text Example


Text Example

White with #7433D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7433D4; }

 p { color: rgb(116,51,212); }

 H1.HeaderClassName
 {
   color: #7433D4;
 }
 .AnyTagClassName
 {
   color: #7433D4;
 }
</style>

background-color css

<style>
 a { background-color: #7433D4; }

 a { background-color: rgb(116,51,212); }

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

border-color css

<style>
 span { border-color: #7433D4; }

 span { border-color: rgb(116,51,212); }

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