Html Css Color HEX #751DD2 Purple Heart

📋 copy color: '#751DD2'

red 117 ◦ green 29 ◦ blue 210

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

Shades of Purple Heart #751DD2

Tints of Purple Heart #751DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.99%

R = 32.87%
G = 8.15%
B = 58.99%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#751DD2 (or 0x751DD2) is known color: Purple Heart. HEX triplet: 75, 1D and D2. RGB value is (117,29,210). Sum of RGB (Red+Green+Blue) = 117+29+210=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #751DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DD2 is #8AE22D. Grayscale: #4B4B4B. Windows color (decimal): -9101870 or 13770101. OLE color: 13770101.

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

Color convert

RGB 117 29 210 -
CMYK 0.44 0.86 0 0.18
HSL 269.17º 0.76% 0.47% -
HSV(B) 269.17º 0.86% 0.82% -
XYZ 19.41 9.31 61.75 -
YUV 75.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 117 29 210 0.44 0.86 0 0.18 269.17 0.76 0.47
Hex 75 1D D2 2C 56 0 12 10D 4C 2F
Octal 165 35 322 54 126 0 22 415 114 57
Binary 1110101 11101 11010010 101100 1010110 0 10010 100001101 1001100 101111

Color Harmonies of #751DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DD2

Black with #751DD2

Text Example


Text Example

White with #751DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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