Html Css Color HEX #7430BD Purple Heart

📋 copy color: '#7430BD'

red 116 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #7430BD

Tints of Purple Heart #7430BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 32.86%
G = 13.6%
B = 53.54%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7430BD (or 0x7430BD) is known color: Purple Heart. HEX triplet: 74, 30 and BD. RGB value is (116,48,189). Sum of RGB (Red+Green+Blue) = 116+48+189=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #7430BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430BD is #8BCF42. Grayscale: #535353. Windows color (decimal): -9162563 or 12398708. OLE color: 12398708.

HSL color Cylindrical-coordinate representation of color #7430BD: hue angle of 268.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7430BD is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 48 189 -
CMYK 0.39 0.75 0 0.26
HSL 268.94º 0.59% 0.46% -
HSV(B) 268.94º 0.75% 0.74% -
XYZ 17.44 9.5 49.06 -
YUV 84.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 116 48 189 0.39 0.75 0 0.26 268.94 0.59 0.46
Hex 74 30 BD 27 4B 0 1A 10D 3B 2E
Octal 164 60 275 47 113 0 32 415 73 56
Binary 1110100 110000 10111101 100111 1001011 0 11010 100001101 111011 101110

Color Harmonies of #7430BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7430BD

Black with #7430BD

Text Example


Text Example

White with #7430BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7430BD; }

 p { color: rgb(116,48,189); }

 H1.HeaderClassName
 {
   color: #7430BD;
 }
 .AnyTagClassName
 {
   color: #7430BD;
 }
</style>

background-color css

<style>
 a { background-color: #7430BD; }

 a { background-color: rgb(116,48,189); }

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

border-color css

<style>
 span { border-color: #7430BD; }

 span { border-color: rgb(116,48,189); }

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