Html Css Color HEX #751BC8 Purple Heart

📋 copy color: '#751BC8'

red 117 ◦ green 27 ◦ blue 200

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

Shades of Purple Heart #751BC8

Tints of Purple Heart #751BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.14%

R = 34.01%
G = 7.85%
B = 58.14%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#751BC8 (or 0x751BC8) is known color: Purple Heart. HEX triplet: 75, 1B and C8. RGB value is (117,27,200). Sum of RGB (Red+Green+Blue) = 117+27+200=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #751BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BC8 is #8AE437. Grayscale: #494949. Windows color (decimal): -9102392 or 13114229. OLE color: 13114229.

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

Color convert

RGB 117 27 200 -
CMYK 0.42 0.86 0 0.22
HSL 271.21º 0.76% 0.45% -
HSV(B) 271.21º 0.87% 0.78% -
XYZ 18.15 8.74 55.37 -
YUV 73.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 117 27 200 0.42 0.86 0 0.22 271.21 0.76 0.45
Hex 75 1B C8 2A 56 0 16 10F 4C 2D
Octal 165 33 310 52 126 0 26 417 114 55
Binary 1110101 11011 11001000 101010 1010110 0 10110 100001111 1001100 101101

Color Harmonies of #751BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BC8

Black with #751BC8

Text Example


Text Example

White with #751BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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