Html Css Color HEX #6814DF Han Purple

📋 copy color: '#6814DF'

red 104 ◦ green 20 ◦ blue 223

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

Shades of Han Purple #6814DF

Tints of Han Purple #6814DF

RGB

 RED value IS 104 (41.02% from 255) = 29.97%

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

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 29.97%
G = 5.76%
B = 64.27%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6814DF (or 0x6814DF) is known color: Han Purple. HEX triplet: 68, 14 and DF. RGB value is (104,20,223). Sum of RGB (Red+Green+Blue) = 104+20+223=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #6814DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814DF is #97EB20. Grayscale: #434343. Windows color (decimal): -9956129 or 14619752. OLE color: 14619752.

HSL color Cylindrical-coordinate representation of color #6814DF: hue angle of 264.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6814DF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 20 223 -
CMYK 0.53 0.91 0 0.13
HSL 264.83º 0.84% 0.48% -
HSV(B) 264.83º 0.91% 0.87% -
XYZ 19.28 8.77 70.49 -
YUV 68.26 215.33 153.49 -
System Red Green Blue C M Y K H S L
Decimal 104 20 223 0.53 0.91 0 0.13 264.83 0.84 0.48
Hex 68 14 DF 35 5B 0 D 109 54 30
Octal 150 24 337 65 133 0 15 411 124 60
Binary 1101000 10100 11011111 110101 1011011 0 1101 100001001 1010100 110000

Color Harmonies of #6814DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814DF

Black with #6814DF

Text Example


Text Example

White with #6814DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6814DF; }

 p { color: rgb(104,20,223); }

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

background-color css

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

 a { background-color: rgb(104,20,223); }

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

border-color css

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

 span { border-color: rgb(104,20,223); }

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