Html Css Color HEX #761DCE Purple Heart

📋 copy color: '#761DCE'

red 118 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #761DCE

Tints of Purple Heart #761DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 33.43%
G = 8.22%
B = 58.36%

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

#761DCE (or 0x761DCE) is known color: Purple Heart. HEX triplet: 76, 1D and CE. RGB value is (118,29,206). Sum of RGB (Red+Green+Blue) = 118+29+206=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 29 (11.72% from 255 or 8.22% 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 #761DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DCE is #89E231. Grayscale: #4B4B4B. Windows color (decimal): -9036338 or 13507958. OLE color: 13507958.

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

Color convert

RGB 118 29 206 -
CMYK 0.43 0.86 0 0.19
HSL 270.17º 0.75% 0.46% -
HSV(B) 270.17º 0.86% 0.81% -
XYZ 19.05 9.19 59.16 -
YUV 75.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 118 29 206 0.43 0.86 0 0.19 270.17 0.75 0.46
Hex 76 1D CE 2B 56 0 13 10E 4B 2E
Octal 166 35 316 53 126 0 23 416 113 56
Binary 1110110 11101 11001110 101011 1010110 0 10011 100001110 1001011 101110

Color Harmonies of #761DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DCE

Black with #761DCE

Text Example


Text Example

White with #761DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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