Html Css Color HEX #751CC0 Purple Heart

📋 copy color: '#751CC0'

red 117 ◦ green 28 ◦ blue 192

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

Shades of Purple Heart #751CC0

Tints of Purple Heart #751CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 34.72%
G = 8.31%
B = 56.97%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#751CC0 (or 0x751CC0) is known color: Purple Heart. HEX triplet: 75, 1C and C0. RGB value is (117,28,192). Sum of RGB (Red+Green+Blue) = 117+28+192=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #751CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CC0 is #8AE33F. Grayscale: #484848. Windows color (decimal): -9102144 or 12590197. OLE color: 12590197.

HSL color Cylindrical-coordinate representation of color #751CC0: hue angle of 272.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751CC0 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 28 192 -
CMYK 0.39 0.85 0 0.25
HSL 272.56º 0.75% 0.43% -
HSV(B) 272.56º 0.85% 0.75% -
XYZ 17.27 8.42 50.58 -
YUV 73.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 117 28 192 0.39 0.85 0 0.25 272.56 0.75 0.43
Hex 75 1C C0 27 55 0 19 111 4B 2B
Octal 165 34 300 47 125 0 31 421 113 53
Binary 1110101 11100 11000000 100111 1010101 0 11001 100010001 1001011 101011

Color Harmonies of #751CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CC0

Black with #751CC0

Text Example


Text Example

White with #751CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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