Html Css Color HEX #751FCD Purple Heart

📋 copy color: '#751FCD'

red 117 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #751FCD

Tints of Purple Heart #751FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 33.14%
G = 8.78%
B = 58.07%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#751FCD (or 0x751FCD) is known color: Purple Heart. HEX triplet: 75, 1F and CD. RGB value is (117,31,205). Sum of RGB (Red+Green+Blue) = 117+31+205=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #751FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FCD is #8AE032. Grayscale: #4B4B4B. Windows color (decimal): -9101363 or 13442933. OLE color: 13442933.

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

Color convert

RGB 117 31 205 -
CMYK 0.43 0.85 0 0.20
HSL 269.66º 0.74% 0.46% -
HSV(B) 269.66º 0.85% 0.8% -
XYZ 18.85 9.17 58.53 -
YUV 76.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 117 31 205 0.43 0.85 0 0.20 269.66 0.74 0.46
Hex 75 1F CD 2B 55 0 14 10E 4A 2E
Octal 165 37 315 53 125 0 24 416 112 56
Binary 1110101 11111 11001101 101011 1010101 0 10100 100001110 1001010 101110

Color Harmonies of #751FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751FCD

Black with #751FCD

Text Example


Text Example

White with #751FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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