Html Css Color HEX #150053 Violent Violet

📋 copy color: '#150053'

red 21 ◦ green 0 ◦ blue 83

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

Shades of Violent Violet #150053

Tints of Violent Violet #150053

RGB

 RED value IS 21 (8.59% from 255) = 20.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 79.81%

R = 20.19%
G = 0%
B = 79.81%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150053 (or 0x150053) is known color: Violent Violet. HEX triplet: 15, 00 and 53. RGB value is (21,0,83). Sum of RGB (Red+Green+Blue) = 21+0+83=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #150053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150053 is #EAFFAC. Grayscale: #0F0F0F. Windows color (decimal): -15400877 or 5439509. OLE color: 5439509.

HSL color Cylindrical-coordinate representation of color #150053: hue angle of 255.18º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150053 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 0 83 -
CMYK 0.75 1 0 0.67
HSL 255.18º 1% 0.16% -
HSV(B) 255.18º 1% 0.33% -
XYZ 1.87 0.78 8.24 -
YUV 15.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 21 0 83 0.75 1 0 0.67 255.18 1 0.16
Hex 15 0 53 4B 64 0 43 FF 64 10
Octal 25 0 123 113 144 0 103 377 144 20
Binary 10101 0 1010011 1001011 1100100 0 1000011 11111111 1100100 10000

Color Harmonies of #150053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150053

Black with #150053

Text Example


Text Example

White with #150053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150053; }

 p { color: rgb(21,0,83); }

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

background-color css

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

 a { background-color: rgb(21,0,83); }

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

border-color css

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

 span { border-color: rgb(21,0,83); }

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