Html Css Color HEX #6C1BFA Han Purple

📋 copy color: '#6C1BFA'

red 108 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #6C1BFA

Tints of Han Purple #6C1BFA

RGB

 RED value IS 108 (42.58% from 255) = 28.05%

 GREEN value IS 27 (10.94% from 255) = 7.01%

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

R = 28.05%
G = 7.01%
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

#6C1BFA (or 0x6C1BFA) is known color: Han Purple. HEX triplet: 6C, 1B and FA. RGB value is (108,27,250). Sum of RGB (Red+Green+Blue) = 108+27+250=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 27 (10.94% from 255 or 7.01% 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 #6C1BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1BFA is #93E405. Grayscale: #4B4B4B. Windows color (decimal): -9692166 or 16391020. OLE color: 16391020.

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

Color convert

RGB 108 27 250 -
CMYK 0.57 0.89 0 0.02
HSL 261.79º 0.96% 0.54% -
HSV(B) 261.79º 0.89% 0.98% -
XYZ 23.83 10.87 91.29 -
YUV 76.64 225.84 150.37 -
System Red Green Blue C M Y K H S L
Decimal 108 27 250 0.57 0.89 0 0.02 261.79 0.96 0.54
Hex 6C 1B FA 39 59 0 2 106 60 36
Octal 154 33 372 71 131 0 2 406 140 66
Binary 1101100 11011 11111010 111001 1011001 0 10 100000110 1100000 110110

Color Harmonies of #6C1BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1BFA

Black with #6C1BFA

Text Example


Text Example

White with #6C1BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,27,250); }

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

background-color css

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

 a { background-color: rgb(108,27,250); }

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

border-color css

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

 span { border-color: rgb(108,27,250); }

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