Html Css Color HEX #6827FA Han Purple

📋 copy color: '#6827FA'

red 104 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #6827FA

Tints of Han Purple #6827FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 26.46%
G = 9.92%
B = 63.61%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6827FA (or 0x6827FA) is known color: Han Purple. HEX triplet: 68, 27 and FA. RGB value is (104,39,250). Sum of RGB (Red+Green+Blue) = 104+39+250=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #6827FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6827FA is #97D805. Grayscale: #515151. Windows color (decimal): -9951238 or 16394088. OLE color: 16394088.

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

Color convert

RGB 104 39 250 -
CMYK 0.58 0.84 0 0.02
HSL 258.48º 0.95% 0.57% -
HSV(B) 258.48º 0.84% 0.98% -
XYZ 23.69 11.3 91.37 -
YUV 82.49 222.53 143.34 -
System Red Green Blue C M Y K H S L
Decimal 104 39 250 0.58 0.84 0 0.02 258.48 0.95 0.57
Hex 68 27 FA 3A 54 0 2 102 5F 39
Octal 150 47 372 72 124 0 2 402 137 71
Binary 1101000 100111 11111010 111010 1010100 0 10 100000010 1011111 111001

Color Harmonies of #6827FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6827FA

Black with #6827FA

Text Example


Text Example

White with #6827FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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