Html Css Color HEX #6827F1 Han Purple

📋 copy color: '#6827F1'

red 104 ◦ green 39 ◦ blue 241

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

Shades of Han Purple #6827F1

Tints of Han Purple #6827F1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.16%

 BLUE value IS 241 (94.53% from 255) = 62.76%

R = 27.08%
G = 10.16%
B = 62.76%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6827F1 (or 0x6827F1) is known color: Han Purple. HEX triplet: 68, 27 and F1. RGB value is (104,39,241). Sum of RGB (Red+Green+Blue) = 104+39+241=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #6827F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6827F1 is #97D80E. Grayscale: #505050. Windows color (decimal): -9951247 or 15804264. OLE color: 15804264.

HSL color Cylindrical-coordinate representation of color #6827F1: hue angle of 259.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6827F1 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 39 241 -
CMYK 0.57 0.84 0 0.05
HSL 259.31º 0.88% 0.55% -
HSV(B) 259.31º 0.84% 0.95% -
XYZ 22.31 10.74 84.12 -
YUV 81.46 218.03 144.07 -
System Red Green Blue C M Y K H S L
Decimal 104 39 241 0.57 0.84 0 0.05 259.31 0.88 0.55
Hex 68 27 F1 39 54 0 5 103 58 37
Octal 150 47 361 71 124 0 5 403 130 67
Binary 1101000 100111 11110001 111001 1010100 0 101 100000011 1011000 110111

Color Harmonies of #6827F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827F1

Black with #6827F1

Text Example


Text Example

White with #6827F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6827F1; }

 p { color: rgb(104,39,241); }

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

background-color css

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

 a { background-color: rgb(104,39,241); }

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

border-color css

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

 span { border-color: rgb(104,39,241); }

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