Html Css Color HEX #671FFC Han Purple

📋 copy color: '#671FFC'

red 103 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #671FFC

Tints of Han Purple #671FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

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

R = 26.68%
G = 8.03%
B = 65.28%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#671FFC (or 0x671FFC) is known color: Han Purple. HEX triplet: 67, 1F and FC. RGB value is (103,31,252). Sum of RGB (Red+Green+Blue) = 103+31+252=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #671FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671FFC is #98E003. Grayscale: #4C4C4C. Windows color (decimal): -10018820 or 16523111. OLE color: 16523111.

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

Color convert

RGB 103 31 252 -
CMYK 0.59 0.88 0 0.01
HSL 259.55º 0.97% 0.55% -
HSV(B) 259.55º 0.88% 0.99% -
XYZ 23.65 10.89 92.95 -
YUV 77.72 226.35 146.03 -
System Red Green Blue C M Y K H S L
Decimal 103 31 252 0.59 0.88 0 0.01 259.55 0.97 0.55
Hex 67 1F FC 3B 58 0 1 104 61 37
Octal 147 37 374 73 130 0 1 404 141 67
Binary 1100111 11111 11111100 111011 1011000 0 1 100000100 1100001 110111

Color Harmonies of #671FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FFC

Black with #671FFC

Text Example


Text Example

White with #671FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,31,252); }

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

background-color css

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

 a { background-color: rgb(103,31,252); }

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

border-color css

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

 span { border-color: rgb(103,31,252); }

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