Html Css Color HEX #7F36DD Blue Violet

📋 copy color: '#7F36DD'

red 127 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #7F36DD

Tints of Blue Violet #7F36DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 31.59%
G = 13.43%
B = 54.98%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F36DD (or 0x7F36DD) is known color: Blue Violet. HEX triplet: 7F, 36 and DD. RGB value is (127,54,221). Sum of RGB (Red+Green+Blue) = 127+54+221=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F36DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36DD is #80C922. Grayscale: #5E5E5E. Windows color (decimal): -8440099 or 14497407. OLE color: 14497407.

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

Color convert

RGB 127 54 221 -
CMYK 0.43 0.76 0 0.13
HSL 266.23º 0.71% 0.54% -
HSV(B) 266.23º 0.76% 0.87% -
XYZ 23.12 12.37 69.58 -
YUV 94.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 127 54 221 0.43 0.76 0 0.13 266.23 0.71 0.54
Hex 7F 36 DD 2B 4C 0 D 10A 47 36
Octal 177 66 335 53 114 0 15 412 107 66
Binary 1111111 110110 11011101 101011 1001100 0 1101 100001010 1000111 110110

Color Harmonies of #7F36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36DD

Black with #7F36DD

Text Example


Text Example

White with #7F36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,221); }

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

background-color css

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

 a { background-color: rgb(127,54,221); }

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

border-color css

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

 span { border-color: rgb(127,54,221); }

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