Html Css Color HEX #6F27FA Han Purple

📋 copy color: '#6F27FA'

red 111 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #6F27FA

Tints of Han Purple #6F27FA

RGB

 RED value IS 111 (43.75% from 255) = 27.75%

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

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

R = 27.75%
G = 9.75%
B = 62.5%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F27FA (or 0x6F27FA) is known color: Han Purple. HEX triplet: 6F, 27 and FA. RGB value is (111,39,250). Sum of RGB (Red+Green+Blue) = 111+39+250=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F27FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F27FA is #90D805. Grayscale: #535353. Windows color (decimal): -9492486 or 16394095. OLE color: 16394095.

HSL color Cylindrical-coordinate representation of color #6F27FA: hue angle of 260.47º 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 #6F27FA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 39 250 -
CMYK 0.56 0.84 0 0.02
HSL 260.47º 0.95% 0.57% -
HSV(B) 260.47º 0.84% 0.98% -
XYZ 24.54 11.73 91.41 -
YUV 84.58 221.35 146.84 -
System Red Green Blue C M Y K H S L
Decimal 111 39 250 0.56 0.84 0 0.02 260.47 0.95 0.57
Hex 6F 27 FA 38 54 0 2 104 5F 39
Octal 157 47 372 70 124 0 2 404 137 71
Binary 1101111 100111 11111010 111000 1010100 0 10 100000100 1011111 111001

Color Harmonies of #6F27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F27FA

Black with #6F27FA

Text Example


Text Example

White with #6F27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F27FA; }

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

 H1.HeaderClassName
 {
   color: #6F27FA;
 }
 .AnyTagClassName
 {
   color: #6F27FA;
 }
</style>

background-color css

<style>
 a { background-color: #6F27FA; }

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

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

border-color css

<style>
 span { border-color: #6F27FA; }

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

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