Html Css Color HEX #672AFD Han Purple

📋 copy color: '#672AFD'

red 103 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #672AFD

Tints of Han Purple #672AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 25.88%
G = 10.55%
B = 63.57%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#672AFD (or 0x672AFD) is known color: Han Purple. HEX triplet: 67, 2A and FD. RGB value is (103,42,253). Sum of RGB (Red+Green+Blue) = 103+42+253=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #672AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672AFD is #98D502. Grayscale: #535353. Windows color (decimal): -10016003 or 16591463. OLE color: 16591463.

HSL color Cylindrical-coordinate representation of color #672AFD: hue angle of 257.35º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672AFD is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 42 253 -
CMYK 0.59 0.83 0 0.01
HSL 257.35º 0.98% 0.58% -
HSV(B) 257.35º 0.83% 0.99% -
XYZ 24.15 11.63 93.9 -
YUV 84.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 103 42 253 0.59 0.83 0 0.01 257.35 0.98 0.58
Hex 67 2A FD 3B 53 0 1 101 62 3A
Octal 147 52 375 73 123 0 1 401 142 72
Binary 1100111 101010 11111101 111011 1010011 0 1 100000001 1100010 111010

Color Harmonies of #672AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672AFD

Black with #672AFD

Text Example


Text Example

White with #672AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,42,253); }

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

background-color css

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

 a { background-color: rgb(103,42,253); }

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

border-color css

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

 span { border-color: rgb(103,42,253); }

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