Html Css Color HEX #721DF1 Blue Violet

📋 copy color: '#721DF1'

red 114 ◦ green 29 ◦ blue 241

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

Shades of Blue Violet #721DF1

Tints of Blue Violet #721DF1

RGB

 RED value IS 114 (44.92% from 255) = 29.69%

 GREEN value IS 29 (11.72% from 255) = 7.55%

 BLUE value IS 241 (94.53% from 255) = 62.76%

R = 29.69%
G = 7.55%
B = 62.76%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#721DF1 (or 0x721DF1) is known color: Blue Violet. HEX triplet: 72, 1D and F1. RGB value is (114,29,241). Sum of RGB (Red+Green+Blue) = 114+29+241=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #721DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721DF1 is #8DE20E. Grayscale: #4D4D4D. Windows color (decimal): -9298447 or 15801714. OLE color: 15801714.

HSL color Cylindrical-coordinate representation of color #721DF1: hue angle of 264.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721DF1 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 29 241 -
CMYK 0.53 0.88 0 0.05
HSL 264.06º 0.88% 0.53% -
HSV(B) 264.06º 0.88% 0.95% -
XYZ 23.26 10.81 84.08 -
YUV 78.58 219.66 153.26 -
System Red Green Blue C M Y K H S L
Decimal 114 29 241 0.53 0.88 0 0.05 264.06 0.88 0.53
Hex 72 1D F1 35 58 0 5 108 58 35
Octal 162 35 361 65 130 0 5 410 130 65
Binary 1110010 11101 11110001 110101 1011000 0 101 100001000 1011000 110101

Color Harmonies of #721DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DF1

Black with #721DF1

Text Example


Text Example

White with #721DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721DF1; }

 p { color: rgb(114,29,241); }

 H1.HeaderClassName
 {
   color: #721DF1;
 }
 .AnyTagClassName
 {
   color: #721DF1;
 }
</style>

background-color css

<style>
 a { background-color: #721DF1; }

 a { background-color: rgb(114,29,241); }

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

border-color css

<style>
 span { border-color: #721DF1; }

 span { border-color: rgb(114,29,241); }

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