Html Css Color HEX #751CB3 Purple Heart

📋 copy color: '#751CB3'

red 117 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #751CB3

Tints of Purple Heart #751CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 36.11%
G = 8.64%
B = 55.25%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#751CB3 (or 0x751CB3) is known color: Purple Heart. HEX triplet: 75, 1C and B3. RGB value is (117,28,179). Sum of RGB (Red+Green+Blue) = 117+28+179=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #751CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CB3 is #8AE34C. Grayscale: #474747. Windows color (decimal): -9102157 or 11738229. OLE color: 11738229.

HSL color Cylindrical-coordinate representation of color #751CB3: hue angle of 275.36º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751CB3 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 28 179 -
CMYK 0.35 0.84 0 0.30
HSL 275.36º 0.73% 0.41% -
HSV(B) 275.36º 0.84% 0.7% -
XYZ 15.89 7.87 43.33 -
YUV 71.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 117 28 179 0.35 0.84 0 0.30 275.36 0.73 0.41
Hex 75 1C B3 23 54 0 1E 113 49 29
Octal 165 34 263 43 124 0 36 423 111 51
Binary 1110101 11100 10110011 100011 1010100 0 11110 100010011 1001001 101001

Color Harmonies of #751CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CB3

Black with #751CB3

Text Example


Text Example

White with #751CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,179); }

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

background-color css

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

 a { background-color: rgb(117,28,179); }

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

border-color css

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

 span { border-color: rgb(117,28,179); }

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