Html Css Color HEX #751FC5 Purple Heart

📋 copy color: '#751FC5'

red 117 ◦ green 31 ◦ blue 197

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

Shades of Purple Heart #751FC5

Tints of Purple Heart #751FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.1%

R = 33.91%
G = 8.99%
B = 57.1%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#751FC5 (or 0x751FC5) is known color: Purple Heart. HEX triplet: 75, 1F and C5. RGB value is (117,31,197). Sum of RGB (Red+Green+Blue) = 117+31+197=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #751FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FC5 is #8AE03A. Grayscale: #4B4B4B. Windows color (decimal): -9101371 or 12918645. OLE color: 12918645.

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

Color convert

RGB 117 31 197 -
CMYK 0.41 0.84 0 0.23
HSL 271.08º 0.73% 0.45% -
HSV(B) 271.08º 0.84% 0.77% -
XYZ 17.9 8.79 53.58 -
YUV 75.64 196.49 157.5 -
System Red Green Blue C M Y K H S L
Decimal 117 31 197 0.41 0.84 0 0.23 271.08 0.73 0.45
Hex 75 1F C5 29 54 0 17 10F 49 2D
Octal 165 37 305 51 124 0 27 417 111 55
Binary 1110101 11111 11000101 101001 1010100 0 10111 100001111 1001001 101101

Color Harmonies of #751FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FC5

Black with #751FC5

Text Example


Text Example

White with #751FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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