Html Css Color HEX #671CFB Han Purple

📋 copy color: '#671CFB'

red 103 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #671CFB

Tints of Han Purple #671CFB

RGB

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

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

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

R = 26.96%
G = 7.33%
B = 65.71%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#671CFB (or 0x671CFB) is known color: Han Purple. HEX triplet: 67, 1C and FB. RGB value is (103,28,251). Sum of RGB (Red+Green+Blue) = 103+28+251=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #671CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671CFB is #98E304. Grayscale: #4B4B4B. Windows color (decimal): -10019589 or 16456807. OLE color: 16456807.

HSL color Cylindrical-coordinate representation of color #671CFB: hue angle of 260.18º degrees, saturation: 0.97, 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 #671CFB is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 28 251 -
CMYK 0.59 0.89 0 0.02
HSL 260.18º 0.97% 0.55% -
HSV(B) 260.18º 0.89% 0.98% -
XYZ 23.42 10.68 92.09 -
YUV 75.85 226.85 147.37 -
System Red Green Blue C M Y K H S L
Decimal 103 28 251 0.59 0.89 0 0.02 260.18 0.97 0.55
Hex 67 1C FB 3B 59 0 2 104 61 37
Octal 147 34 373 73 131 0 2 404 141 67
Binary 1100111 11100 11111011 111011 1011001 0 10 100000100 1100001 110111

Color Harmonies of #671CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CFB

Black with #671CFB

Text Example


Text Example

White with #671CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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