Html Css Color HEX #751FB8 Purple Heart

📋 copy color: '#751FB8'

red 117 ◦ green 31 ◦ blue 184

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

Shades of Purple Heart #751FB8

Tints of Purple Heart #751FB8

RGB

 RED value IS 117 (46.09% from 255) = 35.24%

 GREEN value IS 31 (12.5% from 255) = 9.34%

 BLUE value IS 184 (72.27% from 255) = 55.42%

R = 35.24%
G = 9.34%
B = 55.42%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#751FB8 (or 0x751FB8) is known color: Purple Heart. HEX triplet: 75, 1F and B8. RGB value is (117,31,184). Sum of RGB (Red+Green+Blue) = 117+31+184=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #751FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FB8 is #8AE047. Grayscale: #494949. Windows color (decimal): -9101384 or 12066677. OLE color: 12066677.

HSL color Cylindrical-coordinate representation of color #751FB8: hue angle of 273.73º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751FB8 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 31 184 -
CMYK 0.36 0.83 0 0.28
HSL 273.73º 0.71% 0.42% -
HSV(B) 273.73º 0.83% 0.72% -
XYZ 16.48 8.22 46.07 -
YUV 74.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 117 31 184 0.36 0.83 0 0.28 273.73 0.71 0.42
Hex 75 1F B8 24 53 0 1C 112 47 2A
Octal 165 37 270 44 123 0 34 422 107 52
Binary 1110101 11111 10111000 100100 1010011 0 11100 100010010 1000111 101010

Color Harmonies of #751FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FB8

Black with #751FB8

Text Example


Text Example

White with #751FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751FB8; }

 p { color: rgb(117,31,184); }

 H1.HeaderClassName
 {
   color: #751FB8;
 }
 .AnyTagClassName
 {
   color: #751FB8;
 }
</style>

background-color css

<style>
 a { background-color: #751FB8; }

 a { background-color: rgb(117,31,184); }

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

border-color css

<style>
 span { border-color: #751FB8; }

 span { border-color: rgb(117,31,184); }

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