Html Css Color HEX #7727BF Purple Heart

📋 copy color: '#7727BF'

red 119 ◦ green 39 ◦ blue 191

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

Shades of Purple Heart #7727BF

Tints of Purple Heart #7727BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

 BLUE value IS 191 (75% from 255) = 54.73%

R = 34.1%
G = 11.17%
B = 54.73%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7727BF (or 0x7727BF) is known color: Purple Heart. HEX triplet: 77, 27 and BF. RGB value is (119,39,191). Sum of RGB (Red+Green+Blue) = 119+39+191=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #7727BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7727BF is #88D840. Grayscale: #4F4F4F. Windows color (decimal): -8968257 or 12527479. OLE color: 12527479.

HSL color Cylindrical-coordinate representation of color #7727BF: hue angle of 271.58º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7727BF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 39 191 -
CMYK 0.38 0.80 0 0.25
HSL 271.58º 0.66% 0.45% -
HSV(B) 271.58º 0.8% 0.75% -
XYZ 17.74 9.13 50.12 -
YUV 80.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 119 39 191 0.38 0.80 0 0.25 271.58 0.66 0.45
Hex 77 27 BF 26 50 0 19 110 42 2D
Octal 167 47 277 46 120 0 31 420 102 55
Binary 1110111 100111 10111111 100110 1010000 0 11001 100010000 1000010 101101

Color Harmonies of #7727BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7727BF

Black with #7727BF

Text Example


Text Example

White with #7727BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7727BF; }

 p { color: rgb(119,39,191); }

 H1.HeaderClassName
 {
   color: #7727BF;
 }
 .AnyTagClassName
 {
   color: #7727BF;
 }
</style>

background-color css

<style>
 a { background-color: #7727BF; }

 a { background-color: rgb(119,39,191); }

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

border-color css

<style>
 span { border-color: #7727BF; }

 span { border-color: rgb(119,39,191); }

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