Html Css Color HEX #7727EF Blue Violet

📋 copy color: '#7727EF'

red 119 ◦ green 39 ◦ blue 239

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

Shades of Blue Violet #7727EF

Tints of Blue Violet #7727EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 29.97%
G = 9.82%
B = 60.2%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7727EF (or 0x7727EF) is known color: Blue Violet. HEX triplet: 77, 27 and EF. RGB value is (119,39,239). Sum of RGB (Red+Green+Blue) = 119+39+239=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #7727EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7727EF is #88D810. Grayscale: #555555. Windows color (decimal): -8968209 or 15673207. OLE color: 15673207.

HSL color Cylindrical-coordinate representation of color #7727EF: hue angle of 264º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7727EF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 39 239 -
CMYK 0.50 0.84 0 0.06
HSL 264º 0.86% 0.55% -
HSV(B) 264º 0.84% 0.94% -
XYZ 23.91 11.6 82.64 -
YUV 85.72 214.5 151.74 -
System Red Green Blue C M Y K H S L
Decimal 119 39 239 0.50 0.84 0 0.06 264 0.86 0.55
Hex 77 27 EF 32 54 0 6 108 56 37
Octal 167 47 357 62 124 0 6 410 126 67
Binary 1110111 100111 11101111 110010 1010100 0 110 100001000 1010110 110111

Color Harmonies of #7727EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7727EF

Black with #7727EF

Text Example


Text Example

White with #7727EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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