Html Css Color HEX #771FCF Purple Heart

📋 copy color: '#771FCF'

red 119 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #771FCF

Tints of Purple Heart #771FCF

RGB

 RED value IS 119 (46.88% from 255) = 33.33%

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

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

R = 33.33%
G = 8.68%
B = 57.98%

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

#771FCF (or 0x771FCF) is known color: Purple Heart. HEX triplet: 77, 1F and CF. RGB value is (119,31,207). Sum of RGB (Red+Green+Blue) = 119+31+207=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #771FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FCF is #88E030. Grayscale: #4C4C4C. Windows color (decimal): -8970289 or 13574007. OLE color: 13574007.

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

Color convert

RGB 119 31 207 -
CMYK 0.43 0.85 0 0.19
HSL 270º 0.74% 0.47% -
HSV(B) 270º 0.85% 0.81% -
XYZ 19.36 9.41 59.83 -
YUV 77.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 119 31 207 0.43 0.85 0 0.19 270 0.74 0.47
Hex 77 1F CF 2B 55 0 13 10E 4A 2F
Octal 167 37 317 53 125 0 23 416 112 57
Binary 1110111 11111 11001111 101011 1010101 0 10011 100001110 1001010 101111

Color Harmonies of #771FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FCF

Black with #771FCF

Text Example


Text Example

White with #771FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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