Html Css Color HEX #761DCD Purple Heart

📋 copy color: '#761DCD'

red 118 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #761DCD

Tints of Purple Heart #761DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 33.52%
G = 8.24%
B = 58.24%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#761DCD (or 0x761DCD) is known color: Purple Heart. HEX triplet: 76, 1D and CD. RGB value is (118,29,205). Sum of RGB (Red+Green+Blue) = 118+29+205=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #761DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DCD is #89E232. Grayscale: #4B4B4B. Windows color (decimal): -9036339 or 13442422. OLE color: 13442422.

HSL color Cylindrical-coordinate representation of color #761DCD: hue angle of 270.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761DCD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 29 205 -
CMYK 0.42 0.86 0 0.20
HSL 270.34º 0.75% 0.46% -
HSV(B) 270.34º 0.86% 0.8% -
XYZ 18.93 9.14 58.52 -
YUV 75.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 118 29 205 0.42 0.86 0 0.20 270.34 0.75 0.46
Hex 76 1D CD 2A 56 0 14 10E 4B 2E
Octal 166 35 315 52 126 0 24 416 113 56
Binary 1110110 11101 11001101 101010 1010110 0 10100 100001110 1001011 101110

Color Harmonies of #761DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DCD

Black with #761DCD

Text Example


Text Example

White with #761DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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