Html Css Color HEX #671AFB Han Purple

📋 copy color: '#671AFB'

red 103 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #671AFB

Tints of Han Purple #671AFB

RGB

 RED value IS 103 (40.63% from 255) = 27.11%

 GREEN value IS 26 (10.55% from 255) = 6.84%

 BLUE value IS 251 (98.44% from 255) = 66.05%

R = 27.11%
G = 6.84%
B = 66.05%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#671AFB (or 0x671AFB) is known color: Han Purple. HEX triplet: 67, 1A and FB. RGB value is (103,26,251). Sum of RGB (Red+Green+Blue) = 103+26+251=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #671AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671AFB is #98E504. Grayscale: #494949. Windows color (decimal): -10020101 or 16456295. OLE color: 16456295.

HSL color Cylindrical-coordinate representation of color #671AFB: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #671AFB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 26 251 -
CMYK 0.59 0.90 0 0.02
HSL 260.53º 0.97% 0.54% -
HSV(B) 260.53º 0.9% 0.98% -
XYZ 23.38 10.59 92.08 -
YUV 74.67 227.51 148.2 -
System Red Green Blue C M Y K H S L
Decimal 103 26 251 0.59 0.90 0 0.02 260.53 0.97 0.54
Hex 67 1A FB 3B 5A 0 2 105 61 36
Octal 147 32 373 73 132 0 2 405 141 66
Binary 1100111 11010 11111011 111011 1011010 0 10 100000101 1100001 110110

Color Harmonies of #671AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671AFB

Black with #671AFB

Text Example


Text Example

White with #671AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671AFB; }

 p { color: rgb(103,26,251); }

 H1.HeaderClassName
 {
   color: #671AFB;
 }
 .AnyTagClassName
 {
   color: #671AFB;
 }
</style>

background-color css

<style>
 a { background-color: #671AFB; }

 a { background-color: rgb(103,26,251); }

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

border-color css

<style>
 span { border-color: #671AFB; }

 span { border-color: rgb(103,26,251); }

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