Html Css Color HEX #7427DB Blue Violet

📋 copy color: '#7427DB'

red 116 ◦ green 39 ◦ blue 219

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

Shades of Blue Violet #7427DB

Tints of Blue Violet #7427DB

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

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

R = 31.02%
G = 10.43%
B = 58.56%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7427DB (or 0x7427DB) is known color: Blue Violet. HEX triplet: 74, 27 and DB. RGB value is (116,39,219). Sum of RGB (Red+Green+Blue) = 116+39+219=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #7427DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7427DB is #8BD824. Grayscale: #515151. Windows color (decimal): -9164837 or 14362484. OLE color: 14362484.

HSL color Cylindrical-coordinate representation of color #7427DB: hue angle of 265.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7427DB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 39 219 -
CMYK 0.47 0.82 0 0.14
HSL 265.67º 0.71% 0.51% -
HSV(B) 265.67º 0.82% 0.86% -
XYZ 20.71 10.28 67.91 -
YUV 82.54 205.01 151.86 -
System Red Green Blue C M Y K H S L
Decimal 116 39 219 0.47 0.82 0 0.14 265.67 0.71 0.51
Hex 74 27 DB 2F 52 0 E 10A 47 33
Octal 164 47 333 57 122 0 16 412 107 63
Binary 1110100 100111 11011011 101111 1010010 0 1110 100001010 1000111 110011

Color Harmonies of #7427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7427DB

Black with #7427DB

Text Example


Text Example

White with #7427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7427DB; }

 p { color: rgb(116,39,219); }

 H1.HeaderClassName
 {
   color: #7427DB;
 }
 .AnyTagClassName
 {
   color: #7427DB;
 }
</style>

background-color css

<style>
 a { background-color: #7427DB; }

 a { background-color: rgb(116,39,219); }

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

border-color css

<style>
 span { border-color: #7427DB; }

 span { border-color: rgb(116,39,219); }

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