Html Css Color HEX #751BC6 Purple Heart

📋 copy color: '#751BC6'

red 117 ◦ green 27 ◦ blue 198

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

Shades of Purple Heart #751BC6

Tints of Purple Heart #751BC6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 198 (77.73% from 255) = 57.89%

R = 34.21%
G = 7.89%
B = 57.89%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#751BC6 (or 0x751BC6) is known color: Purple Heart. HEX triplet: 75, 1B and C6. RGB value is (117,27,198). Sum of RGB (Red+Green+Blue) = 117+27+198=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #751BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BC6 is #8AE439. Grayscale: #484848. Windows color (decimal): -9102394 or 12983157. OLE color: 12983157.

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

Color convert

RGB 117 27 198 -
CMYK 0.41 0.86 0 0.22
HSL 271.58º 0.76% 0.44% -
HSV(B) 271.58º 0.86% 0.78% -
XYZ 17.92 8.64 54.15 -
YUV 73.4 198.32 159.1 -
System Red Green Blue C M Y K H S L
Decimal 117 27 198 0.41 0.86 0 0.22 271.58 0.76 0.44
Hex 75 1B C6 29 56 0 16 110 4C 2C
Octal 165 33 306 51 126 0 26 420 114 54
Binary 1110101 11011 11000110 101001 1010110 0 10110 100010000 1001100 101100

Color Harmonies of #751BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BC6

Black with #751BC6

Text Example


Text Example

White with #751BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,27,198); }

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

background-color css

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

 a { background-color: rgb(117,27,198); }

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

border-color css

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

 span { border-color: rgb(117,27,198); }

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