Html Css Color HEX #7F48DB Blue Violet

📋 copy color: '#7F48DB'

red 127 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #7F48DB

Tints of Blue Violet #7F48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 30.38%
G = 17.22%
B = 52.39%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F48DB (or 0x7F48DB) is known color: Blue Violet. HEX triplet: 7F, 48 and DB. RGB value is (127,72,219). Sum of RGB (Red+Green+Blue) = 127+72+219=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F48DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F48DB is #80B724. Grayscale: #686868. Windows color (decimal): -8435493 or 14370943. OLE color: 14370943.

HSL color Cylindrical-coordinate representation of color #7F48DB: hue angle of 262.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F48DB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 72 219 -
CMYK 0.42 0.67 0 0.14
HSL 262.45º 0.67% 0.57% -
HSV(B) 262.45º 0.67% 0.86% -
XYZ 23.86 14.26 68.51 -
YUV 105.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 127 72 219 0.42 0.67 0 0.14 262.45 0.67 0.57
Hex 7F 48 DB 2A 43 0 E 106 43 39
Octal 177 110 333 52 103 0 16 406 103 71
Binary 1111111 1001000 11011011 101010 1000011 0 1110 100000110 1000011 111001

Color Harmonies of #7F48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F48DB

Black with #7F48DB

Text Example


Text Example

White with #7F48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,219); }

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

background-color css

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

 a { background-color: rgb(127,72,219); }

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

border-color css

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

 span { border-color: rgb(127,72,219); }

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