Html Css Color HEX #6B1CFA Han Purple

📋 copy color: '#6B1CFA'

red 107 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #6B1CFA

Tints of Han Purple #6B1CFA

RGB

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

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

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

R = 27.79%
G = 7.27%
B = 64.94%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B1CFA (or 0x6B1CFA) is known color: Han Purple. HEX triplet: 6B, 1C and FA. RGB value is (107,28,250). Sum of RGB (Red+Green+Blue) = 107+28+250=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B1CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B1CFA is #94E305. Grayscale: #4C4C4C. Windows color (decimal): -9757446 or 16391275. OLE color: 16391275.

HSL color Cylindrical-coordinate representation of color #6B1CFA: hue angle of 261.35º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1CFA is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 28 250 -
CMYK 0.57 0.89 0 0.02
HSL 261.35º 0.96% 0.55% -
HSV(B) 261.35º 0.89% 0.98% -
XYZ 23.73 10.86 91.29 -
YUV 76.93 225.67 149.45 -
System Red Green Blue C M Y K H S L
Decimal 107 28 250 0.57 0.89 0 0.02 261.35 0.96 0.55
Hex 6B 1C FA 39 59 0 2 105 60 37
Octal 153 34 372 71 131 0 2 405 140 67
Binary 1101011 11100 11111010 111001 1011001 0 10 100000101 1100000 110111

Color Harmonies of #6B1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1CFA

Black with #6B1CFA

Text Example


Text Example

White with #6B1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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