Html Css Color HEX #751DCC Purple Heart

📋 copy color: '#751DCC'

red 117 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #751DCC

Tints of Purple Heart #751DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 33.43%
G = 8.29%
B = 58.29%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#751DCC (or 0x751DCC) is known color: Purple Heart. HEX triplet: 75, 1D and CC. RGB value is (117,29,204). Sum of RGB (Red+Green+Blue) = 117+29+204=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #751DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DCC is #8AE233. Grayscale: #4A4A4A. Windows color (decimal): -9101876 or 13376885. OLE color: 13376885.

HSL color Cylindrical-coordinate representation of color #751DCC: hue angle of 270.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751DCC is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 29 204 -
CMYK 0.43 0.86 0 0.2
HSL 270.17º 0.75% 0.46% -
HSV(B) 270.17º 0.86% 0.8% -
XYZ 18.67 9.02 57.88 -
YUV 75.26 200.65 157.77 -
System Red Green Blue C M Y K H S L
Decimal 117 29 204 0.43 0.86 0 0.2 270.17 0.75 0.46
Hex 75 1D CC 2B 56 0 14 10E 4B 2E
Octal 165 35 314 53 126 0 24 416 113 56
Binary 1110101 11101 11001100 101011 1010110 0 10100 100001110 1001011 101110

Color Harmonies of #751DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DCC

Black with #751DCC

Text Example


Text Example

White with #751DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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