Html Css Color HEX #761FCF Purple Heart

📋 copy color: '#761FCF'

red 118 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #761FCF

Tints of Purple Heart #761FCF

RGB

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

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

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

R = 33.15%
G = 8.71%
B = 58.15%

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

#761FCF (or 0x761FCF) is known color: Purple Heart. HEX triplet: 76, 1F and CF. RGB value is (118,31,207). Sum of RGB (Red+Green+Blue) = 118+31+207=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #761FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FCF is #89E030. Grayscale: #4C4C4C. Windows color (decimal): -9035825 or 13574006. OLE color: 13574006.

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

Color convert

RGB 118 31 207 -
CMYK 0.43 0.85 0 0.19
HSL 269.66º 0.74% 0.47% -
HSV(B) 269.66º 0.85% 0.81% -
XYZ 19.22 9.34 59.82 -
YUV 77.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 118 31 207 0.43 0.85 0 0.19 269.66 0.74 0.47
Hex 76 1F CF 2B 55 0 13 10E 4A 2F
Octal 166 37 317 53 125 0 23 416 112 57
Binary 1110110 11111 11001111 101011 1010101 0 10011 100001110 1001010 101111

Color Harmonies of #761FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FCF

Black with #761FCF

Text Example


Text Example

White with #761FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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