Html Css Color HEX #7F38DF Blue Violet

📋 copy color: '#7F38DF'

red 127 ◦ green 56 ◦ blue 223

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

Shades of Blue Violet #7F38DF

Tints of Blue Violet #7F38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 31.28%
G = 13.79%
B = 54.93%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F38DF (or 0x7F38DF) is known color: Blue Violet. HEX triplet: 7F, 38 and DF. RGB value is (127,56,223). Sum of RGB (Red+Green+Blue) = 127+56+223=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F38DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F38DF is #80C720. Grayscale: #5F5F5F. Windows color (decimal): -8439585 or 14628991. OLE color: 14628991.

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

Color convert

RGB 127 56 223 -
CMYK 0.43 0.75 0 0.13
HSL 265.51º 0.72% 0.55% -
HSV(B) 265.51º 0.75% 0.87% -
XYZ 23.49 12.67 71.02 -
YUV 96.27 199.52 149.92 -
System Red Green Blue C M Y K H S L
Decimal 127 56 223 0.43 0.75 0 0.13 265.51 0.72 0.55
Hex 7F 38 DF 2B 4B 0 D 10A 48 37
Octal 177 70 337 53 113 0 15 412 110 67
Binary 1111111 111000 11011111 101011 1001011 0 1101 100001010 1001000 110111

Color Harmonies of #7F38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F38DF

Black with #7F38DF

Text Example


Text Example

White with #7F38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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