Html Css Color HEX #7F38E0 Blue Violet

📋 copy color: '#7F38E0'

red 127 ◦ green 56 ◦ blue 224

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

Shades of Blue Violet #7F38E0

Tints of Blue Violet #7F38E0

RGB

 RED value IS 127 (50% from 255) = 31.2%

 GREEN value IS 56 (22.27% from 255) = 13.76%

 BLUE value IS 224 (87.89% from 255) = 55.04%

R = 31.2%
G = 13.76%
B = 55.04%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F38E0 (or 0x7F38E0) is known color: Blue Violet. HEX triplet: 7F, 38 and E0. RGB value is (127,56,224). Sum of RGB (Red+Green+Blue) = 127+56+224=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F38E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F38E0 is #80C71F. Grayscale: #5F5F5F. Windows color (decimal): -8439584 or 14694527. OLE color: 14694527.

HSL color Cylindrical-coordinate representation of color #7F38E0: hue angle of 265.36º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F38E0 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 56 224 -
CMYK 0.43 0.75 0 0.12
HSL 265.36º 0.73% 0.55% -
HSV(B) 265.36º 0.75% 0.88% -
XYZ 23.62 12.72 71.73 -
YUV 96.38 200.02 149.84 -
System Red Green Blue C M Y K H S L
Decimal 127 56 224 0.43 0.75 0 0.12 265.36 0.73 0.55
Hex 7F 38 E0 2B 4B 0 C 109 49 37
Octal 177 70 340 53 113 0 14 411 111 67
Binary 1111111 111000 11100000 101011 1001011 0 1100 100001001 1001001 110111

Color Harmonies of #7F38E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F38E0

Black with #7F38E0

Text Example


Text Example

White with #7F38E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,56,224); }

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

background-color css

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

 a { background-color: rgb(127,56,224); }

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

border-color css

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

 span { border-color: rgb(127,56,224); }

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