Html Css Color HEX #751CC5 Purple Heart

📋 copy color: '#751CC5'

red 117 ◦ green 28 ◦ blue 197

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

Shades of Purple Heart #751CC5

Tints of Purple Heart #751CC5

RGB

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

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

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

R = 34.21%
G = 8.19%
B = 57.6%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#751CC5 (or 0x751CC5) is known color: Purple Heart. HEX triplet: 75, 1C and C5. RGB value is (117,28,197). Sum of RGB (Red+Green+Blue) = 117+28+197=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #751CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CC5 is #8AE33A. Grayscale: #494949. Windows color (decimal): -9102139 or 12917877. OLE color: 12917877.

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

Color convert

RGB 117 28 197 -
CMYK 0.41 0.86 0 0.23
HSL 271.6º 0.75% 0.44% -
HSV(B) 271.6º 0.86% 0.77% -
XYZ 17.83 8.64 53.55 -
YUV 73.88 197.49 158.76 -
System Red Green Blue C M Y K H S L
Decimal 117 28 197 0.41 0.86 0 0.23 271.6 0.75 0.44
Hex 75 1C C5 29 56 0 17 110 4B 2C
Octal 165 34 305 51 126 0 27 420 113 54
Binary 1110101 11100 11000101 101001 1010110 0 10111 100010000 1001011 101100

Color Harmonies of #751CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CC5

Black with #751CC5

Text Example


Text Example

White with #751CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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