Html Css Color HEX #7C27FA Blue Violet

📋 copy color: '#7C27FA'

red 124 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #7C27FA

Tints of Blue Violet #7C27FA

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

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

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 30.02%
G = 9.44%
B = 60.53%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C27FA (or 0x7C27FA) is known color: Blue Violet. HEX triplet: 7C, 27 and FA. RGB value is (124,39,250). Sum of RGB (Red+Green+Blue) = 124+39+250=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C27FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C27FA is #83D805. Grayscale: #575757. Windows color (decimal): -8640518 or 16394108. OLE color: 16394108.

HSL color Cylindrical-coordinate representation of color #7C27FA: hue angle of 264.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C27FA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 39 250 -
CMYK 0.50 0.84 0 0.02
HSL 264.17º 0.95% 0.57% -
HSV(B) 264.17º 0.84% 0.98% -
XYZ 26.29 12.64 91.5 -
YUV 88.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 124 39 250 0.50 0.84 0 0.02 264.17 0.95 0.57
Hex 7C 27 FA 32 54 0 2 108 5F 39
Octal 174 47 372 62 124 0 2 410 137 71
Binary 1111100 100111 11111010 110010 1010100 0 10 100001000 1011111 111001

Color Harmonies of #7C27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C27FA

Black with #7C27FA

Text Example


Text Example

White with #7C27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C27FA; }

 p { color: rgb(124,39,250); }

 H1.HeaderClassName
 {
   color: #7C27FA;
 }
 .AnyTagClassName
 {
   color: #7C27FA;
 }
</style>

background-color css

<style>
 a { background-color: #7C27FA; }

 a { background-color: rgb(124,39,250); }

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

border-color css

<style>
 span { border-color: #7C27FA; }

 span { border-color: rgb(124,39,250); }

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