Html Css Color HEX #672ABF Purple Heart

📋 copy color: '#672ABF'

red 103 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #672ABF

Tints of Purple Heart #672ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 30.65%
G = 12.5%
B = 56.85%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#672ABF (or 0x672ABF) is known color: Purple Heart. HEX triplet: 67, 2A and BF. RGB value is (103,42,191). Sum of RGB (Red+Green+Blue) = 103+42+191=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #672ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ABF is #98D540. Grayscale: #4C4C4C. Windows color (decimal): -10016065 or 12528231. OLE color: 12528231.

HSL color Cylindrical-coordinate representation of color #672ABF: hue angle of 264.56º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672ABF is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 42 191 -
CMYK 0.46 0.78 0 0.25
HSL 264.56º 0.64% 0.46% -
HSV(B) 264.56º 0.78% 0.75% -
XYZ 15.83 8.3 50.06 -
YUV 77.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 103 42 191 0.46 0.78 0 0.25 264.56 0.64 0.46
Hex 67 2A BF 2E 4E 0 19 109 40 2E
Octal 147 52 277 56 116 0 31 411 100 56
Binary 1100111 101010 10111111 101110 1001110 0 11001 100001001 1000000 101110

Color Harmonies of #672ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672ABF

Black with #672ABF

Text Example


Text Example

White with #672ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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