Html Css Color HEX #751DC1 Purple Heart

📋 copy color: '#751DC1'

red 117 ◦ green 29 ◦ blue 193

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

Shades of Purple Heart #751DC1

Tints of Purple Heart #751DC1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 193 (75.78% from 255) = 56.93%

R = 34.51%
G = 8.55%
B = 56.93%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#751DC1 (or 0x751DC1) is known color: Purple Heart. HEX triplet: 75, 1D and C1. RGB value is (117,29,193). Sum of RGB (Red+Green+Blue) = 117+29+193=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #751DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DC1 is #8AE23E. Grayscale: #494949. Windows color (decimal): -9101887 or 12655989. OLE color: 12655989.

HSL color Cylindrical-coordinate representation of color #751DC1: hue angle of 272.2º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751DC1 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 29 193 -
CMYK 0.39 0.85 0 0.24
HSL 272.2º 0.74% 0.44% -
HSV(B) 272.2º 0.85% 0.76% -
XYZ 17.4 8.51 51.18 -
YUV 74.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 117 29 193 0.39 0.85 0 0.24 272.2 0.74 0.44
Hex 75 1D C1 27 55 0 18 110 4A 2C
Octal 165 35 301 47 125 0 30 420 112 54
Binary 1110101 11101 11000001 100111 1010101 0 11000 100010000 1001010 101100

Color Harmonies of #751DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DC1

Black with #751DC1

Text Example


Text Example

White with #751DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,193); }

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

background-color css

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

 a { background-color: rgb(117,29,193); }

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

border-color css

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

 span { border-color: rgb(117,29,193); }

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