Html Css Color HEX #6014DD Han Purple

📋 copy color: '#6014DD'

red 96 ◦ green 20 ◦ blue 221

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

Shades of Han Purple #6014DD

Tints of Han Purple #6014DD

RGB

 RED value IS 96 (37.89% from 255) = 28.49%

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 28.49%
G = 5.93%
B = 65.58%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6014DD (or 0x6014DD) is known color: Han Purple. HEX triplet: 60, 14 and DD. RGB value is (96,20,221). Sum of RGB (Red+Green+Blue) = 96+20+221=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #6014DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6014DD is #9FEB22. Grayscale: #404040. Windows color (decimal): -10480419 or 14488672. OLE color: 14488672.

HSL color Cylindrical-coordinate representation of color #6014DD: hue angle of 262.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6014DD is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 20 221 -
CMYK 0.57 0.91 0 0.13
HSL 262.69º 0.83% 0.47% -
HSV(B) 262.69º 0.91% 0.87% -
XYZ 18.13 8.21 69.04 -
YUV 65.64 215.68 149.66 -
System Red Green Blue C M Y K H S L
Decimal 96 20 221 0.57 0.91 0 0.13 262.69 0.83 0.47
Hex 60 14 DD 39 5B 0 D 107 53 2F
Octal 140 24 335 71 133 0 15 407 123 57
Binary 1100000 10100 11011101 111001 1011011 0 1101 100000111 1010011 101111

Color Harmonies of #6014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6014DD

Black with #6014DD

Text Example


Text Example

White with #6014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6014DD; }

 p { color: rgb(96,20,221); }

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

background-color css

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

 a { background-color: rgb(96,20,221); }

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

border-color css

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

 span { border-color: rgb(96,20,221); }

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