Html Css Color HEX #751CCD Purple Heart

📋 copy color: '#751CCD'

red 117 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #751CCD

Tints of Purple Heart #751CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 33.43%
G = 8%
B = 58.57%

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

#751CCD (or 0x751CCD) is known color: Purple Heart. HEX triplet: 75, 1C and CD. RGB value is (117,28,205). Sum of RGB (Red+Green+Blue) = 117+28+205=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #751CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CCD is #8AE332. Grayscale: #4A4A4A. Windows color (decimal): -9102131 or 13442165. OLE color: 13442165.

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

Color convert

RGB 117 28 205 -
CMYK 0.43 0.86 0 0.20
HSL 270.17º 0.76% 0.46% -
HSV(B) 270.17º 0.86% 0.8% -
XYZ 18.77 9.02 58.51 -
YUV 74.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 117 28 205 0.43 0.86 0 0.20 270.17 0.76 0.46
Hex 75 1C CD 2B 56 0 14 10E 4C 2E
Octal 165 34 315 53 126 0 24 416 114 56
Binary 1110101 11100 11001101 101011 1010110 0 10100 100001110 1001100 101110

Color Harmonies of #751CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CCD

Black with #751CCD

Text Example


Text Example

White with #751CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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