Html Css Color HEX #6B1CFC Han Purple

📋 copy color: '#6B1CFC'

red 107 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #6B1CFC

Tints of Han Purple #6B1CFC

RGB

 RED value IS 107 (42.19% from 255) = 27.65%

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 27.65%
G = 7.24%
B = 65.12%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B1CFC (or 0x6B1CFC) is known color: Han Purple. HEX triplet: 6B, 1C and FC. RGB value is (107,28,252). Sum of RGB (Red+Green+Blue) = 107+28+252=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B1CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1CFC is #94E303. Grayscale: #4C4C4C. Windows color (decimal): -9757444 or 16522347. OLE color: 16522347.

HSL color Cylindrical-coordinate representation of color #6B1CFC: hue angle of 261.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1CFC is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 28 252 -
CMYK 0.58 0.89 0 0.01
HSL 261.16º 0.97% 0.55% -
HSV(B) 261.16º 0.89% 0.99% -
XYZ 24.05 10.98 92.95 -
YUV 77.16 226.67 149.29 -
System Red Green Blue C M Y K H S L
Decimal 107 28 252 0.58 0.89 0 0.01 261.16 0.97 0.55
Hex 6B 1C FC 3A 59 0 1 105 61 37
Octal 153 34 374 72 131 0 1 405 141 67
Binary 1101011 11100 11111100 111010 1011001 0 1 100000101 1100001 110111

Color Harmonies of #6B1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1CFC

Black with #6B1CFC

Text Example


Text Example

White with #6B1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,28,252); }

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

background-color css

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

 a { background-color: rgb(107,28,252); }

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

border-color css

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

 span { border-color: rgb(107,28,252); }

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