Html Css Color HEX #6F2CFA Han Purple

📋 copy color: '#6F2CFA'

red 111 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #6F2CFA

Tints of Han Purple #6F2CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 27.41%
G = 10.86%
B = 61.73%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6F2CFA (or 0x6F2CFA) is known color: Han Purple. HEX triplet: 6F, 2C and FA. RGB value is (111,44,250). Sum of RGB (Red+Green+Blue) = 111+44+250=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F2CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2CFA is #90D305. Grayscale: #565656. Windows color (decimal): -9491206 or 16395375. OLE color: 16395375.

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

Color convert

RGB 111 44 250 -
CMYK 0.56 0.82 0 0.02
HSL 259.51º 0.95% 0.58% -
HSV(B) 259.51º 0.82% 0.98% -
XYZ 24.71 12.08 91.47 -
YUV 87.52 219.7 144.75 -
System Red Green Blue C M Y K H S L
Decimal 111 44 250 0.56 0.82 0 0.02 259.51 0.95 0.58
Hex 6F 2C FA 38 52 0 2 104 5F 3A
Octal 157 54 372 70 122 0 2 404 137 72
Binary 1101111 101100 11111010 111000 1010010 0 10 100000100 1011111 111010

Color Harmonies of #6F2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2CFA

Black with #6F2CFA

Text Example


Text Example

White with #6F2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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