Html Css Color HEX #751BC2 Purple Heart

📋 copy color: '#751BC2'

red 117 ◦ green 27 ◦ blue 194

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

Shades of Purple Heart #751BC2

Tints of Purple Heart #751BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 34.62%
G = 7.99%
B = 57.4%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#751BC2 (or 0x751BC2) is known color: Purple Heart. HEX triplet: 75, 1B and C2. RGB value is (117,27,194). Sum of RGB (Red+Green+Blue) = 117+27+194=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #751BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BC2 is #8AE43D. Grayscale: #484848. Windows color (decimal): -9102398 or 12721013. OLE color: 12721013.

HSL color Cylindrical-coordinate representation of color #751BC2: hue angle of 272.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751BC2 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 27 194 -
CMYK 0.40 0.86 0 0.24
HSL 272.34º 0.76% 0.43% -
HSV(B) 272.34º 0.86% 0.76% -
XYZ 17.47 8.46 51.75 -
YUV 72.95 196.32 159.42 -
System Red Green Blue C M Y K H S L
Decimal 117 27 194 0.40 0.86 0 0.24 272.34 0.76 0.43
Hex 75 1B C2 28 56 0 18 110 4C 2B
Octal 165 33 302 50 126 0 30 420 114 53
Binary 1110101 11011 11000010 101000 1010110 0 11000 100010000 1001100 101011

Color Harmonies of #751BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BC2

Black with #751BC2

Text Example


Text Example

White with #751BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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