Html Css Color HEX #751CCC Purple Heart

📋 copy color: '#751CCC'

red 117 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #751CCC

Tints of Purple Heart #751CCC

RGB

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

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

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

R = 33.52%
G = 8.02%
B = 58.45%

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

#751CCC (or 0x751CCC) is known color: Purple Heart. HEX triplet: 75, 1C and CC. RGB value is (117,28,204). Sum of RGB (Red+Green+Blue) = 117+28+204=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #751CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CCC is #8AE333. Grayscale: #4A4A4A. Windows color (decimal): -9102132 or 13376629. OLE color: 13376629.

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

Color convert

RGB 117 28 204 -
CMYK 0.43 0.86 0 0.2
HSL 270.34º 0.76% 0.45% -
HSV(B) 270.34º 0.86% 0.8% -
XYZ 18.65 8.97 57.88 -
YUV 74.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 117 28 204 0.43 0.86 0 0.2 270.34 0.76 0.45
Hex 75 1C CC 2B 56 0 14 10E 4C 2D
Octal 165 34 314 53 126 0 24 416 114 55
Binary 1110101 11100 11001100 101011 1010110 0 10100 100001110 1001100 101101

Color Harmonies of #751CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CCC

Black with #751CCC

Text Example


Text Example

White with #751CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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