Html Css Color HEX #741FDA Blue Violet

📋 copy color: '#741FDA'

red 116 ◦ green 31 ◦ blue 218

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

Shades of Blue Violet #741FDA

Tints of Blue Violet #741FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 31.78%
G = 8.49%
B = 59.73%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#741FDA (or 0x741FDA) is known color: Blue Violet. HEX triplet: 74, 1F and DA. RGB value is (116,31,218). Sum of RGB (Red+Green+Blue) = 116+31+218=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #741FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FDA is #8BE025. Grayscale: #4D4D4D. Windows color (decimal): -9166886 or 14294900. OLE color: 14294900.

HSL color Cylindrical-coordinate representation of color #741FDA: hue angle of 267.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741FDA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 31 218 -
CMYK 0.47 0.86 0 0.15
HSL 267.27º 0.75% 0.49% -
HSV(B) 267.27º 0.86% 0.85% -
XYZ 20.35 9.75 67.14 -
YUV 77.73 207.16 155.29 -
System Red Green Blue C M Y K H S L
Decimal 116 31 218 0.47 0.86 0 0.15 267.27 0.75 0.49
Hex 74 1F DA 2F 56 0 F 10B 4B 31
Octal 164 37 332 57 126 0 17 413 113 61
Binary 1110100 11111 11011010 101111 1010110 0 1111 100001011 1001011 110001

Color Harmonies of #741FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FDA

Black with #741FDA

Text Example


Text Example

White with #741FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741FDA; }

 p { color: rgb(116,31,218); }

 H1.HeaderClassName
 {
   color: #741FDA;
 }
 .AnyTagClassName
 {
   color: #741FDA;
 }
</style>

background-color css

<style>
 a { background-color: #741FDA; }

 a { background-color: rgb(116,31,218); }

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

border-color css

<style>
 span { border-color: #741FDA; }

 span { border-color: rgb(116,31,218); }

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