Html Css Color HEX #15063F Violent Violet

📋 copy color: '#15063F'

red 21 ◦ green 6 ◦ blue 63

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

Shades of Violent Violet #15063F

Tints of Violent Violet #15063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

 BLUE value IS 63 (25% from 255) = 70%

R = 23.33%
G = 6.67%
B = 70%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15063F (or 0x15063F) is known color: Violent Violet. HEX triplet: 15, 06 and 3F. RGB value is (21,6,63). Sum of RGB (Red+Green+Blue) = 21+6+63=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #15063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15063F is #EAF9C0. Grayscale: #101010. Windows color (decimal): -15399361 or 4130325. OLE color: 4130325.

HSL color Cylindrical-coordinate representation of color #15063F: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15063F is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 6 63 -
CMYK 0.67 0.90 0 0.75
HSL 255.79º 0.83% 0.14% -
HSV(B) 255.79º 0.9% 0.25% -
XYZ 1.27 0.65 4.76 -
YUV 16.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 21 6 63 0.67 0.90 0 0.75 255.79 0.83 0.14
Hex 15 6 3F 43 5A 0 4B 100 53 E
Octal 25 6 77 103 132 0 113 400 123 16
Binary 10101 110 111111 1000011 1011010 0 1001011 100000000 1010011 1110

Color Harmonies of #15063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15063F

Black with #15063F

Text Example


Text Example

White with #15063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15063F; }

 p { color: rgb(21,6,63); }

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

background-color css

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

 a { background-color: rgb(21,6,63); }

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

border-color css

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

 span { border-color: rgb(21,6,63); }

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