Html Css Color HEX #7438BF Purple Heart

📋 copy color: '#7438BF'

red 116 ◦ green 56 ◦ blue 191

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

Shades of Purple Heart #7438BF

Tints of Purple Heart #7438BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 31.96%
G = 15.43%
B = 52.62%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7438BF (or 0x7438BF) is known color: Purple Heart. HEX triplet: 74, 38 and BF. RGB value is (116,56,191). Sum of RGB (Red+Green+Blue) = 116+56+191=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #7438BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438BF is #8BC740. Grayscale: #585858. Windows color (decimal): -9160513 or 12531828. OLE color: 12531828.

HSL color Cylindrical-coordinate representation of color #7438BF: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7438BF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 56 191 -
CMYK 0.39 0.71 0 0.25
HSL 266.67º 0.55% 0.48% -
HSV(B) 266.67º 0.71% 0.75% -
XYZ 18.02 10.3 50.33 -
YUV 89.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 116 56 191 0.39 0.71 0 0.25 266.67 0.55 0.48
Hex 74 38 BF 27 47 0 19 10B 37 30
Octal 164 70 277 47 107 0 31 413 67 60
Binary 1110100 111000 10111111 100111 1000111 0 11001 100001011 110111 110000

Color Harmonies of #7438BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438BF

Black with #7438BF

Text Example


Text Example

White with #7438BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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