Html Css Color HEX #672EFE Han Purple

📋 copy color: '#672EFE'

red 103 ◦ green 46 ◦ blue 254

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

Shades of Han Purple #672EFE

Tints of Han Purple #672EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 25.56%
G = 11.41%
B = 63.03%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#672EFE (or 0x672EFE) is known color: Han Purple. HEX triplet: 67, 2E and FE. RGB value is (103,46,254). Sum of RGB (Red+Green+Blue) = 103+46+254=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #672EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672EFE is #98D101. Grayscale: #555555. Windows color (decimal): -10014978 or 16658023. OLE color: 16658023.

HSL color Cylindrical-coordinate representation of color #672EFE: hue angle of 256.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672EFE is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 46 254 -
CMYK 0.59 0.82 0 0.00
HSL 256.44º 0.99% 0.59% -
HSV(B) 256.44º 0.82% 1% -
XYZ 24.46 11.99 94.79 -
YUV 86.76 222.38 139.59 -
System Red Green Blue C M Y K H S L
Decimal 103 46 254 0.59 0.82 0 0.00 256.44 0.99 0.59
Hex 67 2E FE 3B 52 0 0 100 63 3B
Octal 147 56 376 73 122 0 0 400 143 73
Binary 1100111 101110 11111110 111011 1010010 0 0 100000000 1100011 111011

Color Harmonies of #672EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672EFE

Black with #672EFE

Text Example


Text Example

White with #672EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672EFE; }

 p { color: rgb(103,46,254); }

 H1.HeaderClassName
 {
   color: #672EFE;
 }
 .AnyTagClassName
 {
   color: #672EFE;
 }
</style>

background-color css

<style>
 a { background-color: #672EFE; }

 a { background-color: rgb(103,46,254); }

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

border-color css

<style>
 span { border-color: #672EFE; }

 span { border-color: rgb(103,46,254); }

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