Html Css Color HEX #751CCF Purple Heart

📋 copy color: '#751CCF'

red 117 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #751CCF

Tints of Purple Heart #751CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 33.24%
G = 7.95%
B = 58.81%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#751CCF (or 0x751CCF) is known color: Purple Heart. HEX triplet: 75, 1C and CF. RGB value is (117,28,207). Sum of RGB (Red+Green+Blue) = 117+28+207=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #751CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CCF is #8AE330. Grayscale: #4A4A4A. Windows color (decimal): -9102129 or 13573237. OLE color: 13573237.

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

Color convert

RGB 117 28 207 -
CMYK 0.43 0.86 0 0.19
HSL 269.83º 0.76% 0.46% -
HSV(B) 269.83º 0.86% 0.81% -
XYZ 19.01 9.12 59.79 -
YUV 75.02 202.49 157.95 -
System Red Green Blue C M Y K H S L
Decimal 117 28 207 0.43 0.86 0 0.19 269.83 0.76 0.46
Hex 75 1C CF 2B 56 0 13 10E 4C 2E
Octal 165 34 317 53 126 0 23 416 114 56
Binary 1110101 11100 11001111 101011 1010110 0 10011 100001110 1001100 101110

Color Harmonies of #751CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CCF

Black with #751CCF

Text Example


Text Example

White with #751CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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