Html Css Color HEX #751DCD Purple Heart

📋 copy color: '#751DCD'

red 117 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #751DCD

Tints of Purple Heart #751DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 33.33%
G = 8.26%
B = 58.4%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#751DCD (or 0x751DCD) is known color: Purple Heart. HEX triplet: 75, 1D and CD. RGB value is (117,29,205). Sum of RGB (Red+Green+Blue) = 117+29+205=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #751DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DCD is #8AE232. Grayscale: #4A4A4A. Windows color (decimal): -9101875 or 13442421. OLE color: 13442421.

HSL color Cylindrical-coordinate representation of color #751DCD: hue angle of 270º 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 #751DCD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 29 205 -
CMYK 0.43 0.86 0 0.20
HSL 270º 0.75% 0.46% -
HSV(B) 270º 0.86% 0.8% -
XYZ 18.79 9.07 58.52 -
YUV 75.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 117 29 205 0.43 0.86 0 0.20 270 0.75 0.46
Hex 75 1D CD 2B 56 0 14 10E 4B 2E
Octal 165 35 315 53 126 0 24 416 113 56
Binary 1110101 11101 11001101 101011 1010110 0 10100 100001110 1001011 101110

Color Harmonies of #751DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DCD

Black with #751DCD

Text Example


Text Example

White with #751DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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