Html Css Color HEX #761FCE Purple Heart

📋 copy color: '#761FCE'

red 118 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #761FCE

Tints of Purple Heart #761FCE

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

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

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

R = 33.24%
G = 8.73%
B = 58.03%

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

#761FCE (or 0x761FCE) is known color: Purple Heart. HEX triplet: 76, 1F and CE. RGB value is (118,31,206). Sum of RGB (Red+Green+Blue) = 118+31+206=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #761FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FCE is #89E031. Grayscale: #4C4C4C. Windows color (decimal): -9035826 or 13508470. OLE color: 13508470.

HSL color Cylindrical-coordinate representation of color #761FCE: hue angle of 269.83º degrees, saturation: 0.74, 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 #761FCE is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 31 206 -
CMYK 0.43 0.85 0 0.19
HSL 269.83º 0.74% 0.46% -
HSV(B) 269.83º 0.85% 0.81% -
XYZ 19.1 9.29 59.18 -
YUV 76.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 118 31 206 0.43 0.85 0 0.19 269.83 0.74 0.46
Hex 76 1F CE 2B 55 0 13 10E 4A 2E
Octal 166 37 316 53 125 0 23 416 112 56
Binary 1110110 11111 11001110 101011 1010101 0 10011 100001110 1001010 101110

Color Harmonies of #761FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FCE

Black with #761FCE

Text Example


Text Example

White with #761FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761FCE; }

 p { color: rgb(118,31,206); }

 H1.HeaderClassName
 {
   color: #761FCE;
 }
 .AnyTagClassName
 {
   color: #761FCE;
 }
</style>

background-color css

<style>
 a { background-color: #761FCE; }

 a { background-color: rgb(118,31,206); }

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

border-color css

<style>
 span { border-color: #761FCE; }

 span { border-color: rgb(118,31,206); }

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