Html Css Color HEX #7438B5 Purple Heart

📋 copy color: '#7438B5'

red 116 ◦ green 56 ◦ blue 181

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

Shades of Purple Heart #7438B5

Tints of Purple Heart #7438B5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 181 (71.09% from 255) = 51.27%

R = 32.86%
G = 15.86%
B = 51.27%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7438B5 (or 0x7438B5) is known color: Purple Heart. HEX triplet: 74, 38 and B5. RGB value is (116,56,181). Sum of RGB (Red+Green+Blue) = 116+56+181=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #7438B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438B5 is #8BC74A. Grayscale: #575757. Windows color (decimal): -9160523 or 11876468. OLE color: 11876468.

HSL color Cylindrical-coordinate representation of color #7438B5: hue angle of 268.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7438B5 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 56 181 -
CMYK 0.36 0.69 0 0.29
HSL 268.8º 0.53% 0.46% -
HSV(B) 268.8º 0.69% 0.71% -
XYZ 16.96 9.88 44.73 -
YUV 88.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 116 56 181 0.36 0.69 0 0.29 268.8 0.53 0.46
Hex 74 38 B5 24 45 0 1D 10D 35 2E
Octal 164 70 265 44 105 0 35 415 65 56
Binary 1110100 111000 10110101 100100 1000101 0 11101 100001101 110101 101110

Color Harmonies of #7438B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438B5

Black with #7438B5

Text Example


Text Example

White with #7438B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7438B5; }

 p { color: rgb(116,56,181); }

 H1.HeaderClassName
 {
   color: #7438B5;
 }
 .AnyTagClassName
 {
   color: #7438B5;
 }
</style>

background-color css

<style>
 a { background-color: #7438B5; }

 a { background-color: rgb(116,56,181); }

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

border-color css

<style>
 span { border-color: #7438B5; }

 span { border-color: rgb(116,56,181); }

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