Html Css Color HEX #751ECE Purple Heart

📋 copy color: '#751ECE'

red 117 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #751ECE

Tints of Purple Heart #751ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 33.14%
G = 8.5%
B = 58.36%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#751ECE (or 0x751ECE) is known color: Purple Heart. HEX triplet: 75, 1E and CE. RGB value is (117,30,206). Sum of RGB (Red+Green+Blue) = 117+30+206=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #751ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ECE is #8AE131. Grayscale: #4B4B4B. Windows color (decimal): -9101618 or 13508213. OLE color: 13508213.

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

Color convert

RGB 117 30 206 -
CMYK 0.43 0.85 0 0.19
HSL 269.66º 0.75% 0.46% -
HSV(B) 269.66º 0.85% 0.81% -
XYZ 18.94 9.17 59.16 -
YUV 76.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 117 30 206 0.43 0.85 0 0.19 269.66 0.75 0.46
Hex 75 1E CE 2B 55 0 13 10E 4B 2E
Octal 165 36 316 53 125 0 23 416 113 56
Binary 1110101 11110 11001110 101011 1010101 0 10011 100001110 1001011 101110

Color Harmonies of #751ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ECE

Black with #751ECE

Text Example


Text Example

White with #751ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,206); }

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

background-color css

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

 a { background-color: rgb(117,30,206); }

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

border-color css

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

 span { border-color: rgb(117,30,206); }

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